mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
cri-o: remove meta-security check
libseccomp is not in oe-core. There's no need to check meta-security any more. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
a63119a9c6
commit
08fb12bbcc
|
@ -46,7 +46,7 @@ RDEPENDS:${PN} = " \
|
||||||
libdevmapper \
|
libdevmapper \
|
||||||
"
|
"
|
||||||
|
|
||||||
SKIP_RECIPE[cri-o] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', bb.utils.contains('BBFILE_COLLECTIONS', 'selinux', '', 'Depends on libselinux from meta-selinux which is not included', d), 'Depends on libseccomp from meta-security which is not included', d)}"
|
SKIP_RECIPE[cri-o] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'selinux', '', 'Depends on libselinux from meta-selinux which is not included', d)}"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-config"
|
PACKAGES =+ "${PN}-config"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user