summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2013-03-11 17:39:42 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-03-15 13:39:50 +0800
commit1dce222f1ef6fa44a72a9adf2a50abd2631700a4 (patch)
tree82e2a3f40923c04d0dd5083b5e9c7918361a047e
parenteded5da1ef557b0791cb21357738f50d688e540a (diff)
downloadmeta-selinux-1dce222f1ef6fa44a72a9adf2a50abd2631700a4.tar.gz
meta-selinux: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
-rw-r--r--conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ca0aefa..ca1bb46 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "selinux"
9BBFILE_PATTERN_selinux := "^${LAYERDIR}/" 9BBFILE_PATTERN_selinux := "^${LAYERDIR}/"
10BBFILE_PRIORITY_selinux = "5" 10BBFILE_PRIORITY_selinux = "5"
11 11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_selinux = "1"
15
16LAYERDEPENDS_selinux = "core"