summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2014-09-01 18:17:54 -0700
committerArmin Kuster <akuster808@gmail.com>2014-09-13 10:25:35 -0700
commit39f1010f3a2e98c63fa1263385b90e2cde686fac (patch)
tree039704356fa2378c1e5ad19c2a50639c594fc5f2
parentda8d7084faee2e6cafa972f9bc905ba4589fd8d7 (diff)
downloadmeta-security-39f1010f3a2e98c63fa1263385b90e2cde686fac.tar.gz
layer.conf: add layer depends.
added layerdepends check for perl-layer and opemembedded-layer Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
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 \
8BBFILE_COLLECTIONS += "security" 8BBFILE_COLLECTIONS += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "6" 10BBFILE_PRIORITY_security = "6"
11
12LAYERDEPENDS_security = "openembedded-layer perl-layer"