meta-openpower: remove excess phosphor-dbus-interfaces DEPENDs

A number of packages are depending both on p-d-i and p-d-i-native,
for seemingly no reason.  Remove excess DEPENDS on p-d-i-native.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I03845377c526b05ffc83ce3e0002dc8f977a2fb9
diff --git a/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb b/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
index 32e1b08..f730d70 100644
--- a/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
+++ b/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
@@ -12,7 +12,7 @@
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-logging"
-DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
+DEPENDS += "phosphor-dbus-interfaces"
 
 TARGET_CFLAGS += "-fpic"
 
diff --git a/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb b/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb
index 67350a3..f817dff 100644
--- a/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb
+++ b/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb
@@ -18,7 +18,7 @@
 DEPENDS += "${PYTHON_PN}-mako-native"
 DEPENDS += "${PYTHON_PN}-pyyaml-native"
 DEPENDS += "phosphor-logging"
-DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
+DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "virtual/phosphor-ipmi-inventory-sel"
 
 TARGET_CFLAGS += "-fpic"