From 39f1010f3a2e98c63fa1263385b90e2cde686fac Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 1 Sep 2014 18:17:54 -0700 Subject: layer.conf: add layer depends. added layerdepends check for perl-layer and opemembedded-layer Signed-off-by: Armin Kuster --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 063268d..c5a717b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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" -- cgit v1.2.3-54-g00ecf