summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorDiego Sueiro <diego.sueiro@arm.com>2021-06-24 19:59:33 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-30 11:19:21 -0400
commit66994bf37e6a94949f12fd3393f2f7e0927ded62 (patch)
tree1f49cfc3289664b9db342fb9d0213a2dc78b7635 /recipes-core
parent4a86cfb8d95b80333e13e3cd500fffdf08328fb6 (diff)
downloadmeta-virtualization-66994bf37e6a94949f12fd3393f2f7e0927ded62.tar.gz
packagegroup-container: Include podman if seccomp is in DISTRO_FEATURES
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index d425ac58..89b9c01c 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -9,7 +9,8 @@ PACKAGES = "\
9 packagegroup-lxc \ 9 packagegroup-lxc \
10 packagegroup-docker \ 10 packagegroup-docker \
11 packagegroup-oci \ 11 packagegroup-oci \
12 packagegroup-podman \ 12 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', \
13 'packagegroup-podman', '', d)} \
13 packagegroup-containerd \ 14 packagegroup-containerd \
14 " 15 "
15 16