summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mrw
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-08-11 23:39:14 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-08-11 23:39:31 +0300
commit428d711e5d296b6608f0c5bcae110be7729869aa (patch)
tree86bb013d072f0e932d1dff0bd6eda6026726cb17 /meta-phosphor/recipes-phosphor/mrw
parent57b76249b10ce1ebf7b881c3de7521b40ecee7b8 (diff)
downloadopenbmc-428d711e5d296b6608f0c5bcae110be7729869aa.tar.xz
meta-phosphor: minor override syntax fixes
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia2b5197215351f321adc915f5a17b26f08e862b5
Diffstat (limited to 'meta-phosphor/recipes-phosphor/mrw')
-rw-r--r--meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
index b8c311bd1..ef73bfa77 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
@@ -17,6 +17,6 @@ SRC_URI += "${MRW_API_SRC_URI}"
SRCREV = "${MRW_API_SRCREV}"
do_install() {
- install -d ${D}${PERLLIBDIRS_class-native}/site_perl/${PERLVERSION}/mrw
- install -m 0755 scripts/Targets.pm ${D}${PERLLIBDIRS_class-native}/site_perl/${PERLVERSION}/mrw/Targets.pm
+ install -d ${D}${PERLLIBDIRS:class-native}/site_perl/${PERLVERSION}/mrw
+ install -m 0755 scripts/Targets.pm ${D}${PERLLIBDIRS:class-native}/site_perl/${PERLVERSION}/mrw/Targets.pm
}