ibm: Don't use ibm-dbus-ifaces in ibm-logging

The IBM D-Bus interfaces moved into phosphor-dbus-interfaces.

Also temporarily remove ibm-logging from every image so that
ibm-dbus-interfaces won't be pulled in and CI can work.

(From meta-ibm rev: bd17cae1d3a44f5fc82c4e037a91c97e092fcf57)

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ic8bf9106592c7e7d161d928708554a91d5bb407e
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb b/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb
index 89f8e35..791ae98 100644
--- a/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb
+++ b/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb
@@ -6,7 +6,7 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 SRC_URI += "git://github.com/openbmc/ibm-logging"
-SRCREV = "29c2ec6dd67df321662c906711ec95a4635b372f"
+SRCREV = "aeaa374a6fa097b2359acfc4d694ed3ebe8eecaa"
 
 inherit autotools
 inherit pkgconfig
@@ -18,7 +18,7 @@
 DEPENDS += " \
          ${PYTHON_PN}-pyyaml-native \
          autoconf-archive-native \
-         ibm-dbus-interfaces \
+         phosphor-dbus-interfaces \
          nlohmann-json \
          phosphor-logging \
          sdbusplus \