summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/netavark/netavark_1.7.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/netavark/netavark_1.7.0.bb b/recipes-containers/netavark/netavark_1.7.0.bb
index 43c3ee5f..490d8762 100644
--- a/recipes-containers/netavark/netavark_1.7.0.bb
+++ b/recipes-containers/netavark/netavark_1.7.0.bb
@@ -44,6 +44,7 @@ DEPENDS += "protobuf-c-native protobuf-c"
44# bind-utils is used to install dig 44# bind-utils is used to install dig
45# procps-ps is necessary because the ps from busybox is 45# procps-ps is necessary because the ps from busybox is
46# not having the same behavior 46# not having the same behavior
47# iputils is used because busybox ping behaves differently
47RDEPENDS:${PN}-ptest += " \ 48RDEPENDS:${PN}-ptest += " \
48 bash \ 49 bash \
49 bats \ 50 bats \
@@ -51,6 +52,7 @@ RDEPENDS:${PN}-ptest += " \
51 coreutils \ 52 coreutils \
52 dbus-daemon-proxy \ 53 dbus-daemon-proxy \
53 iproute2 \ 54 iproute2 \
55 iputils \
54 jq \ 56 jq \
55 nmap \ 57 nmap \
56 procps-ps \ 58 procps-ps \