summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/ffs/ffs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-bsp/ffs/ffs.inc')
-rw-r--r--meta-openpower/recipes-bsp/ffs/ffs.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openpower/recipes-bsp/ffs/ffs.inc b/meta-openpower/recipes-bsp/ffs/ffs.inc
index f144884aa..f9b651159 100644
--- a/meta-openpower/recipes-bsp/ffs/ffs.inc
+++ b/meta-openpower/recipes-bsp/ffs/ffs.inc
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
inherit autotools pkgconfig
-ALLOW_EMPTY_${PN} = "1"
+ALLOW_EMPTY:${PN} = "1"
PACKAGE_BEFORE_PN += "${PN}-ecc ${PN}-deprecated"
-FILES_${PN}-ecc = "${bindir}/ecc"
-FILES_${PN}-deprecated = "${bindir}"
+FILES:${PN}-ecc = "${bindir}/ecc"
+FILES:${PN}-deprecated = "${bindir}"
BBCLASSEXTEND = "native nativesdk"