[oe] [PATCH] meta-selinux: Add LAYERVERSION and LAYERDEPENDS

wenzong.fan at windriver.com wenzong.fan at windriver.com
Mon Mar 11 09:39:42 UTC 2013


From: Wenzong Fan <wenzong.fan at windriver.com>

Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
---
 conf/layer.conf |    5 +++++
 1 file changed, 5 insertions(+)

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"
 BBFILE_PATTERN_selinux := "^${LAYERDIR}/"
 BBFILE_PRIORITY_selinux = "5"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_selinux = "1"
+
+LAYERDEPENDS_selinux = "core"
-- 
1.7.10.4





More information about the Openembedded-devel mailing list