mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +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 \
|
networking-layer \
|
||||||
filesystems-layer \
|
filesystems-layer \
|
||||||
meta-python \
|
meta-python \
|
||||||
selinux \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
# webserver: naigos requires apache2
|
# webserver: naigos requires apache2
|
||||||
LAYERRECOMMENDS_virtualization-layer = " \
|
LAYERRECOMMENDS_virtualization-layer = " \
|
||||||
webserver \
|
webserver \
|
||||||
|
selinux \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Override security flags
|
# Override security flags
|
||||||
|
|
Loading…
Reference in New Issue
Block a user