layer.conf: Change dependency on meta-selinux to recommendation

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@betafive.co.uk>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Paul Barker 2019-09-24 10:37:36 +01:00 committed by Bruce Ashfield
parent 6c48fddd30
commit 4663fee526

View File

@ -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