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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-10-15 09:34:18 -04:00
parent 6d109cda08
commit 16e38ec8d0

View File

@ -7,7 +7,7 @@ DESCRIPTION = "Podman is a daemonless container engine for developing, \
" "
inherit features_check inherit features_check
REQUIRED_DISTRO_FEATURES ?= "seccomp" REQUIRED_DISTRO_FEATURES ?= "seccomp ipv6"
DEPENDS = " \ DEPENDS = " \
go-metalinter-native \ go-metalinter-native \