The change looks good, but I normally try and capture a bit of the build failure in the commit log.
That way anyone searching on that specific error, will match on the commit. If you can spin a quick v2 with that in the log, I'll get it staged. Bruce On Wed, Oct 11, 2023 at 5:03 AM Jörg Sommer via lists.yoctoproject.org <[email protected]> wrote: > 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 > > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8350): https://lists.yoctoproject.org/g/meta-virtualization/message/8350 Mute This Topic: https://lists.yoctoproject.org/mt/101893004/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
