Date
1 - 2 of 2
[kirkstone][PATCH 01/10] cri-o: remove meta-security check
Chen Qi
libseccomp is not in oe-core. There's no need to check
meta-security any more. Signed-off-by: Chen Qi <Qi.Chen@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...> --- recipes-containers/cri-o/cri-o_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 7940bbd..ee5906e 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb @@ -46,7 +46,7 @@ RDEPENDS:${PN} = " \ 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" -- 2.37.1 |
|
Bruce Ashfield
All 10 have now been cherry-picked to kirkstone.
toggle quoted message
Show quoted text
Bruce In message: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check on 01/03/2023 Chen Qi wrote: libseccomp is not in oe-core. There's no need to check |
|