From b2299d39000252829f0e99006efcfcf0a3ebb3dc Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 15 Oct 2021 09:34:18 -0400 Subject: podman: check for ipv6 in DISTRO_FEATURES When setting up networking, podman is looking for the ipv6tables executable. We have iptables in our rdepnds, but the ipv6 variant won't be available unless ipv6 is in DISTRO_FEATURES. We can use our distro feature check to detect the issue and alert the developer. Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/podman') diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 912a135c..0261ffa9 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -7,7 +7,7 @@ DESCRIPTION = "Podman is a daemonless container engine for developing, \ " inherit features_check -REQUIRED_DISTRO_FEATURES ?= "seccomp" +REQUIRED_DISTRO_FEATURES ?= "seccomp ipv6" DEPENDS = " \ go-metalinter-native \ -- cgit v1.2.3-54-g00ecf