mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
6d109cda08
commit
16e38ec8d0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user