summaryrefslogtreecommitdiffstats
path: root/recipes-containers/netavark/netavark_2.0.0-dev+git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/netavark/netavark_2.0.0-dev+git.bb')
-rw-r--r--recipes-containers/netavark/netavark_2.0.0-dev+git.bb3
1 files changed, 3 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