meta-selinux: Add LAYERVERSION and LAYERDEPENDS

Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
This commit is contained in:
Wenzong Fan 2013-03-11 17:39:42 +08:00 committed by Xin Ouyang
parent ecf2c41951
commit b385a892a2

View File

@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "selinux"
BBFILE_PATTERN_selinux := "^${LAYERDIR}/" BBFILE_PATTERN_selinux := "^${LAYERDIR}/"
BBFILE_PRIORITY_selinux = "5" 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"