summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2023-10-12 13:52:52 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commit002aaf7029b8002acc69c9d4beea89039410d7cd (patch)
tree96fcd710aa7eb7dd1d51ef6ba74c75fcf54a18df /recipes-core
parent2474e287c9c658c5ea9bb1b1c52fa37f60522221 (diff)
downloadmeta-virtualization-002aaf7029b8002acc69c9d4beea89039410d7cd.tar.gz
packagegroup-container: require ipv6 for podman
The recipe *podman* requires the distro feature *ipv6*. Using a distro without it causes the build of *packagegroup-container* fails, even if *packagegroup-podman* is not used: ERROR: Nothing RPROVIDES 'podman' (but /build/../work/layers-3rdparty/meta-virtualization/recipes-core/packagegroups/packagegroup-container.bb RDEPENDS on or otherwise requires it) podman was skipped: missing required distro feature 'ipv6' (not in DISTRO_FEATURES) NOTE: Runtime target 'podman' is unbuildable, removing... Missing or unbuildable dependency chain was: ['podman'] NOTE: Runtime target 'packagegroup-docker' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-docker', 'podman'] Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index 38a64637..4b1ad009 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -11,7 +11,7 @@ PACKAGES = "\
11 packagegroup-lxc \ 11 packagegroup-lxc \
12 packagegroup-docker \ 12 packagegroup-docker \
13 packagegroup-oci \ 13 packagegroup-oci \
14 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', \ 14 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp ipv6', \
15 'packagegroup-podman', '', d)} \ 15 'packagegroup-podman', '', d)} \
16 packagegroup-containerd \ 16 packagegroup-containerd \
17 " 17 "