summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-03-17 17:07:28 +0300
committerRatan Gupta <ratagupt@in.ibm.com>2017-03-17 17:36:03 +0300
commit65e6e477b6e8928b214ac7b594c6cdbf6b6d8eac (patch)
treee8da8a2a07e98aecb6c7ac83ef9944099ff1c917 /meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
parentc6c2998a92059307629432c377391444d66b0cb9 (diff)
downloadopenbmc-65e6e477b6e8928b214ac7b594c6cdbf6b6d8eac.tar.xz
ipmi-sensor-inventory: Fix the output dir path for sensor config yaml
Fix the same path in ipmi-sensor-inventory-example-native.bb Change-Id: I57a9173c04a3636864c09f822428cf54f94822f6 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
index 284369d654..db018c656f 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
@@ -17,7 +17,7 @@ PROVIDES += "virtual/phosphor-ipmi-sensor-inventory"
S = "${WORKDIR}"
do_install() {
- DEST=${D}${config_datadir}
+ DEST=${D}${sensor_datadir}
install -d ${DEST}
${bindir}/perl-native/perl \