summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
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