meta-phosphor: 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: I26f63a2d8fa363f551a8473066541bbba5ca252c
diff --git a/recipes-phosphor/settings/phosphor-settings-manager_git.bb b/recipes-phosphor/settings/phosphor-settings-manager_git.bb
index 85a63d2..0766005 100644
--- a/recipes-phosphor/settings/phosphor-settings-manager_git.bb
+++ b/recipes-phosphor/settings/phosphor-settings-manager_git.bb
@@ -19,7 +19,7 @@
 DEPENDS += "virtual/phosphor-settings-defaults"
 DEPENDS += "${@df_enabled(d, 'obmc-mrw', 'phosphor-settings-read-settings-mrw-native')}"
 DEPENDS += "sdbusplus"
-DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
+DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "phosphor-logging"
 DEPENDS += "libcereal"