mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
ecf2c41951
commit
b385a892a2
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user