X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-security%2Fconf%2Flayer.conf;h=2da233a760eaf193557763f429ccadb7e6ad52bb;hb=393a70c0b2e62f1a84e8ec18010753a4d10578b0;hp=c051e588533bc1a524e1b36c8916a0066c0e2913;hpb=317c8a08a6b5943517e67c5ea80b0a9a83a10d63;p=AGL%2Fmeta-agl.git diff --git a/meta-security/conf/layer.conf b/meta-security/conf/layer.conf index c051e5885..2da233a76 100644 --- a/meta-security/conf/layer.conf +++ b/meta-security/conf/layer.conf @@ -2,11 +2,11 @@ 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" BBFILE_PATTERN_security-smack := "^${LAYERDIR}/" -BBFILE_PRIORITY_security-smack = "8" +BBFILE_PRIORITY_security-smack = "60"