netavark: require iputils for ptest

Fixes ptest not working on systems using busybox ping.

Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Patrick Wicki 2023-08-25 16:51:47 +02:00 committed by Bruce Ashfield
parent 57ede068d1
commit 898d0e9c3b

View File

@ -44,6 +44,7 @@ DEPENDS += "protobuf-c-native protobuf-c"
# bind-utils is used to install dig # bind-utils is used to install dig
# procps-ps is necessary because the ps from busybox is # procps-ps is necessary because the ps from busybox is
# not having the same behavior # not having the same behavior
# iputils is used because busybox ping behaves differently
RDEPENDS:${PN}-ptest += " \ RDEPENDS:${PN}-ptest += " \
bash \ bash \
bats \ bats \
@ -51,6 +52,7 @@ RDEPENDS:${PN}-ptest += " \
coreutils \ coreutils \
dbus-daemon-proxy \ dbus-daemon-proxy \
iproute2 \ iproute2 \
iputils \
jq \ jq \
nmap \ nmap \
procps-ps \ procps-ps \