The recipe *podman* requires *ipv6* in *DISTRO_FEATURES*, which causes the build of the whole recipe fail, even if packagegroup-podman is not used.
Signed-off-by: Jörg Sommer <[email protected]> --- recipes-core/packagegroups/packagegroup-container.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb index 8d418e9..8309a08 100644 --- a/recipes-core/packagegroups/packagegroup-container.bb +++ b/recipes-core/packagegroups/packagegroup-container.bb @@ -9,7 +9,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 \ " -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8347): https://lists.yoctoproject.org/g/meta-virtualization/message/8347 Mute This Topic: https://lists.yoctoproject.org/mt/101893004/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
