summaryrefslogtreecommitdiffstats
path: root/meta-security/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security/conf/layer.conf')
-rw-r--r--meta-security/conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-security/conf/layer.conf b/meta-security/conf/layer.conf
index db6be54c0..2da233a76 100644
--- a/meta-security/conf/layer.conf
+++ b/meta-security/conf/layer.conf
@@ -2,9 +2,9 @@
BBPATH =. "${LAYERDIR}:"
# We have a packages directory, add to BBFILES
-BBFILES := "${BBFILES} \
- ${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
+BBFILES += " ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend \
+ "
# Must prioritize our rpm recipe over the default ones.
BBFILE_COLLECTIONS += "security-smack"