phosphor-inventory-manager: remove p-d-i-native DEPEND

PIM uses phosphor-dbus-interfaces-native in order to obtain the
interface YAML to perform additional processing on.  The non-native
p-d-i package also provides this YAML, so switch to using it instead.

(From meta-phosphor rev: c6f2c8854eb1f8e9add8f916aaf39d0bf52c2af9)

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Iefa7e1342e4dede7087b1bcad610082eec3edb96
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb
index 7fe311d..1f108eb 100644
--- a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb
@@ -17,7 +17,6 @@
 DEPENDS += " \
         phosphor-inventory-manager-assettag \
         phosphor-dbus-interfaces \
-        phosphor-dbus-interfaces-native \
         phosphor-logging \
         sdbusplus \
         ${PYTHON_PN}-sdbus++-native \
@@ -40,7 +39,7 @@
         BUSNAME=${OBMC_INVENTORY_MGR_IFACE} \
         INVENTORY_ROOT=${OBMC_INVENTORY_PATH} \
         IFACE=${OBMC_INVENTORY_MGR_IFACE} \
-        IFACES_PATH=${STAGING_DIR_HOST}${yaml_dir} \
+        IFACES_PATH=${STAGING_DIR_TARGET}${yaml_dir} \
         "
 
 PACKAGECONFIG ??= ""