summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/inventory
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-06-10 14:52:05 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-16 23:42:18 +0300
commitef116bd82710a0ff4078c318e8181be63e11a885 (patch)
tree4bded1a3d0fa206911ac0cad9c0508e90f053ad4 /meta-phosphor/recipes-phosphor/inventory
parentce14ef601c6c19df5d7278808b78312ff519be98 (diff)
downloadopenbmc-ef116bd82710a0ff4078c318e8181be63e11a885.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/inventory')
-rw-r--r--meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb3
1 files changed, 1 insertions, 2 deletions
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 7fe311da5..1f108eb46 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 @@ require phosphor-inventory-manager.inc
DEPENDS += " \
phosphor-inventory-manager-assettag \
phosphor-dbus-interfaces \
- phosphor-dbus-interfaces-native \
phosphor-logging \
sdbusplus \
${PYTHON_PN}-sdbus++-native \
@@ -40,7 +39,7 @@ EXTRA_OECONF = " \
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 ??= ""