mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
6c48fddd30
commit
4663fee526
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user