[yocto] [meta-security][PATCH 2/3] layer.conf: add layer depends.

Armin Kuster akuster808 at gmail.com
Mon Sep 1 19:51:02 PDT 2014


added layerdepends check for  perl-layer and opemembedded-layer

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
1.9.1




More information about the yocto mailing list