mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
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>
This commit is contained in:
parent
2474e287c9
commit
002aaf7029
|
@ -11,7 +11,7 @@ PACKAGES = "\
|
|||
packagegroup-lxc \
|
||||
packagegroup-docker \
|
||||
packagegroup-oci \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'seccomp ipv6', \
|
||||
'packagegroup-podman', '', d)} \
|
||||
packagegroup-containerd \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user