All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check
@ 2023-03-01  9:52 Chen Qi
  2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 02/10] cri-o: use PACKAGECONFIG to handle selinux Chen Qi
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Chen Qi @ 2023-03-01  9:52 UTC (permalink / raw)
  To: meta-virtualization

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>
---
 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



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-03-02 21:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01  9:52 [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 02/10] cri-o: use PACKAGECONFIG to handle selinux Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 03/10] cri-o: create /var/lib/crio Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 04/10] cri-o: update crio.conf to match the current version 1.23 Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 05/10] containers: introduce container-host class Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 06/10] containers: add container-host-config recipe Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 07/10] skopeo: use container-host bbclass to provide configuration Chen Qi
2023-03-02 21:27   ` Bruce Ashfield
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 08/10] README: remove some cri-o specific layer dependencies Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 09/10] container-host-config: provide /etc/containers/policy.json Chen Qi
2023-03-01  9:52 ` [meta-virtualization][kirkstone][PATCH 10/10] container-host-config: extend to native and nativesdk Chen Qi
2023-03-02 21:26 ` [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.