layer.conf: add layer depends.

added layerdepends check for  perl-layer and opemembedded-layer

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2014-09-01 18:17:54 -07:00
parent da8d7084fa
commit 39f1010f3a

View File

@@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "security"
BBFILE_PATTERN_security = "^${LAYERDIR}/"
BBFILE_PRIORITY_security = "6"
LAYERDEPENDS_security = "openembedded-layer perl-layer"