All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES
@ 2021-06-24 18:59 Diego Sueiro
  2021-06-24 18:59 ` [meta-virtualization][PATCH 2/3] packagegroup-container: Include podman if seccomp is in DISTRO_FEATURES Diego Sueiro
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Diego Sueiro @ 2021-06-24 18:59 UTC (permalink / raw)
  To: meta-virtualization; +Cc: nd, Diego Sueiro

The libseccomp package is only available if seccomp is in DISTRO_FEATURES.

Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
---
 recipes-containers/podman/podman_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 9dcb21c..351f38b 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -6,6 +6,9 @@ DESCRIPTION = "Podman is a daemonless container engine for developing, \
     `alias docker=podman`. \
     "
 
+inherit features_check
+REQUIRED_DISTRO_FEATURES ?= "seccomp"
+
 DEPENDS = " \
     go-metalinter-native \
     go-md2man-native \
-- 
2.17.1


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

end of thread, other threads:[~2021-06-30 12:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 18:59 [meta-virtualization][PATCH 1/3] podman: Add seccomp as REQUIRED_DISTRO_FEATURES Diego Sueiro
2021-06-24 18:59 ` [meta-virtualization][PATCH 2/3] packagegroup-container: Include podman if seccomp is in DISTRO_FEATURES Diego Sueiro
2021-06-24 18:59 ` [meta-virtualization][PATCH 3/3] slirp4netns: Add seccomp as REQUIRED_DISTRO_FEATURES Diego Sueiro
2021-06-24 19:44 ` [meta-virtualization][PATCH 1/3] podman: " Bruce Ashfield
2021-06-24 21:01   ` Martin Jansa
2021-06-25  2:49     ` Bruce Ashfield
2021-06-25  8:11       ` Diego Sueiro
2021-06-25 12:46         ` Bruce Ashfield
2021-06-25 12:48           ` Richard Purdie
2021-06-25 12:48           ` Martin Jansa
2021-06-25 14:16             ` Diego Sueiro
2021-06-25 15:18               ` Bruce Ashfield
     [not found]               ` <168BDC4B6AEEB1F5.20368@lists.yoctoproject.org>
2021-06-25 15:21                 ` Bruce Ashfield
     [not found]                 ` <168BDC756BE2FF71.10690@lists.yoctoproject.org>
2021-06-30  3:27                   ` Bruce Ashfield
2021-06-30  7:58                     ` Richard Purdie
2021-06-30 12:48                       ` Bruce Ashfield
     [not found] ` <168B9C435EB7F916.14800@lists.yoctoproject.org>
2021-06-24 19:48   ` 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.