mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Add explicit dependency on layers with recipes we bbappend.
This is a stop-gap to get meaningful error messages to folks till we get per-layer bbappends implemented. Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
0d270cbdef
commit
963eb20971
|
|
@ -13,4 +13,10 @@ BBFILE_PRIORITY_selinux = "5"
|
|||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_selinux = "1"
|
||||
|
||||
LAYERDEPENDS_selinux = "core"
|
||||
LAYERDEPENDS_selinux = " \
|
||||
core \
|
||||
meta-python \
|
||||
networking-layer \
|
||||
openembedded-layer \
|
||||
virtualization-layer \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user