summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/inventory
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-08-28 16:28:45 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-30 19:47:17 +0000
commite5cfa0617108b988de1c37305f1543745cdf42ef (patch)
tree3055ebfb396d2f401cb8ccdbd64b050d044eea13 /meta-phosphor/common/recipes-phosphor/inventory
parent53c5503b3699d5a45d7c81bcfa47c42f03826c34 (diff)
downloadtalos-openbmc-e5cfa0617108b988de1c37305f1543745cdf42ef.tar.gz
talos-openbmc-e5cfa0617108b988de1c37305f1543745cdf42ef.zip
phosphor-inventory-manager-assettag-native: Missing ${D} install path
Leaving off a ${D} in a do_install function causes the package to install directly into the 'sysroot' and bypass the sstate cache for the package's do_install task. This can cause re-builds of the same package to fail. Change-Id: I4276c58b364f1359679de15f533dc3f47da676e9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/inventory')
-rw-r--r--meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb b/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
index f92f4c83f..fe9e6ed05 100644
--- a/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
+++ b/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
@@ -15,6 +15,6 @@ do_install() {
# This recipe would provide the yaml for inventory manager to
# create AssetTag property at startup
- install -d ${base_datadir}/events.d/
- install assettag.yaml ${base_datadir}/events.d/assettag.yaml
+ install -d ${D}${base_datadir}/events.d/
+ install assettag.yaml ${D}${base_datadir}/events.d/assettag.yaml
}
OpenPOWER on IntegriCloud