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