meta-google: ipmid: disable dbus Active Software

Google uses a different version via ipmi-config:
https://github.com/openbmc/openbmc/blob/master/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend

The dbus active software keeps failing and printing errors.

Change-Id: Ibbbc73a2121c51d146f0db76d231a2be5e30231d
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index 0270d87..dd186f9 100644
--- a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -1,3 +1,5 @@
 # Neither of these are used in a gbmc configuration
 RDEPENDS:${PN}:remove:gbmc = "clear-once"
 RDEPENDS:${PN}:remove:gbmc = "phosphor-software-manager-updater"
+
+EXTRA_OEMESON:append:gbmc = " -Dget-dbus-active-software=disabled"