summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/netavark/netavark_2.0.0-dev+git.bb3
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb1
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/netavark/netavark_2.0.0-dev+git.bb b/recipes-containers/netavark/netavark_2.0.0-dev+git.bb
index 2df8c750..5967a3de 100644
--- a/recipes-containers/netavark/netavark_2.0.0-dev+git.bb
+++ b/recipes-containers/netavark/netavark_2.0.0-dev+git.bb
@@ -41,6 +41,9 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
41 41
42DEPENDS += "protobuf-c-native protobuf-c" 42DEPENDS += "protobuf-c-native protobuf-c"
43 43
44# netavark dropped iptables support and uses nft directly for firewall rules
45RDEPENDS:${PN} += "nftables"
46
44# bind-utils is used to install dig 47# bind-utils is used to install dig
45# procps-ps is necessary because the ps from busybox is 48# procps-ps is necessary because the ps from busybox is
46# not having the same behavior 49# not having the same behavior
diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index b94e6799..77c3f11c 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -51,6 +51,7 @@ RDEPENDS:packagegroup-cni = " \
51 51
52RDEPENDS:packagegroup-netavark = " \ 52RDEPENDS:packagegroup-netavark = " \
53 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'netavark aardvark-dns', '', d)} \ 53 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'netavark aardvark-dns', '', d)} \
54 nftables \
54" 55"
55 56
56RDEPENDS:packagegroup-container-tools = " \ 57RDEPENDS:packagegroup-container-tools = " \