commit | 98c33e335d3f0d99e5d754251bccce9c5ba64113 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Sep 20 13:32:44 2016 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Sep 20 13:32:44 2016 -0500 |
tree | 674db3e2f9965e4afa8866fe7c5b38d9c92f266d | |
parent | 5d5f8df3ecf64104ba4734d09659eae997a7a722 [diff] [blame] |
Fix MRW native installs paths How it was before could cause problems in Jenkins. Change-Id: I33cf31fc79c995b4609f77eeac1896d3812d276b Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/mrw/mrw-native.bb b/meta-phosphor/common/recipes-phosphor/mrw/mrw-native.bb index e06a682..12a9b9e 100644 --- a/meta-phosphor/common/recipes-phosphor/mrw/mrw-native.bb +++ b/meta-phosphor/common/recipes-phosphor/mrw/mrw-native.bb
@@ -13,7 +13,7 @@ SRCREV = "${PHOSPHOR_MRW_REV}" do_install() { - install -d ${datadir}/obmc-mrw - install -m 0644 ${MACHINE}.xml ${datadir}/obmc-mrw + install -d ${D}${datadir}/obmc-mrw + install -m 0644 ${MACHINE}.xml ${D}${datadir}/obmc-mrw }