summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-10-14 23:09:50 -0700
committerArmin Kuster <akuster808@gmail.com>2016-11-01 09:03:15 -0700
commit17d39a00a291438f495f6f72630124af9bd03df3 (patch)
treead80cee8ccfcb6fc9798b2103a5da3ac22774651 /conf/layer.conf
parent2d9a16062b27138976dfd6ac7e2624d0915d234e (diff)
downloadmeta-security-17d39a00a291438f495f6f72630124af9bd03df3.tar.gz
layer.conf: Add filesystem depends
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 650e6ed..3502f0b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "6" 10BBFILE_PRIORITY_security = "6"
11 11
12LAYERDEPENDS_security = "openembedded-layer perl-layer networking-layer" 12LAYERDEPENDS_security = "openembedded-layer perl-layer networking-layer filesystems-layer"