From 08fb12bbcce5530e0030e756cffb2e34f1ee4930 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 16 Feb 2023 21:32:20 -0800 Subject: 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 Signed-off-by: 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 84e90005..1106cd56 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" -- cgit v1.2.3-54-g00ecf