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.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I02e2b690c637500e2763546ef8449ad02ef87723
diff --git a/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb b/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb
index 7fe311d..1f108eb 100644
--- a/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb
+++ b/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 ??= ""