openpower-dbus-interfaces: add dependency and bump

This latest revision bump contains code that has an xyz.openbmc_project
error listed in an interface, so add phosphor-dbus-interfaces as a
build dependency.

openpower-dbus-interfaces: srcrev bump c7fc323383..84a750aeee

Matt Spinler (1):
      Add PEL related methods

Change-Id: Ib64639eb7de925af8f111f25d51a3d61679f9926
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb b/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb
index abe6db0..23381be 100644
--- a/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb
+++ b/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb
@@ -13,9 +13,10 @@
 
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "sdbus++-native"
+DEPENDS += "phosphor-dbus-interfaces"
 
 SRC_URI += "git://github.com/openbmc/openpower-dbus-interfaces"
-SRCREV = "c7fc3233830e1e0866d26e212f31811ae69157aa"
+SRCREV = "84a750aeee62b90a5817f4eea39562d2f277cd63"
 
 DEPENDS_remove_class-native = "sdbus++-native"
 DEPENDS_remove_class-nativesdk = "sdbus++-native"