summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Tricca <flihp@twobit.us>2015-02-12 04:39:54 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2015-02-12 08:16:31 -0500
commit963eb209717eb16a3627806f49674cef015a8fca (patch)
tree8e12994261cace6195eb96fd61aaec939cc52b1c
parent0d270cbdefaeab79732f1bd7b2c11f2b105f6019 (diff)
downloadmeta-selinux-963eb209717eb16a3627806f49674cef015a8fca.tar.gz
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>
-rw-r--r--conf/layer.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7af76a1..723f5a8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,4 +13,10 @@ BBFILE_PRIORITY_selinux = "5"
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers
14LAYERVERSION_selinux = "1" 14LAYERVERSION_selinux = "1"
15 15
16LAYERDEPENDS_selinux = "core" 16LAYERDEPENDS_selinux = " \
17 core \
18 meta-python \
19 networking-layer \
20 openembedded-layer \
21 virtualization-layer \
22"