[meta-virtualization] [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation

Paul Barker paul at betafive.co.uk
Tue Sep 24 02:37:36 PDT 2019


The recipe for cri-o already has an anonymous Python function in place
to skip the recipe if dependencies are not found so there's no need to
force inclusion of the meta-selinux layer.

Signed-off-by: Paul Barker <paul at betafive.co.uk>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 23efcb8..958efd6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,12 +21,12 @@ LAYERDEPENDS_virtualization-layer = " \
     networking-layer \
     filesystems-layer \
     meta-python \
-    selinux \
 "
 
 # webserver: naigos requires apache2
 LAYERRECOMMENDS_virtualization-layer = " \
     webserver \
+    selinux \
 "
 
 # Override security flags
-- 
2.23.0



More information about the meta-virtualization mailing list