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 <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
