intel-ipmi-oem should use phosphor-dbus-interfaces

With the migration of interfaces from intel-dbus-interfaces to
phosphor-dbus-interfaces, change the dependency in the recipe.

Tested: builds as expected

Change-Id: I572fb466fa9e57a847506975d35ee67d94b60681
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
index bac3ec6..162ffaa 100755
--- a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
@@ -5,12 +5,12 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6a4edad4aed50f39a66d098d74b265b"
 
 SRC_URI = "git://github.com/openbmc/intel-ipmi-oem;branch=master;protocol=https"
-SRCREV = "039c3495fc998e6ec46a6880432da4c5d5aa38a3"
+SRCREV = "9d2894d9b74965f5da02b7784f270bc6ae67e3f2"
 
 S = "${WORKDIR}/git"
 PV = "0.1+git${SRCPV}"
 
-DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd intel-dbus-interfaces libgpiod"
+DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd phosphor-dbus-interfaces libgpiod"
 
 inherit cmake obmc-phosphor-ipmiprovider-symlink