From 1dce222f1ef6fa44a72a9adf2a50abd2631700a4 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 11 Mar 2013 17:39:42 +0800 Subject: meta-selinux: Add LAYERVERSION and LAYERDEPENDS Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan --- 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" -- cgit v1.2.3-54-g00ecf