mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +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
|
||||
# procps-ps is necessary because the ps from busybox is
|
||||
# not having the same behavior
|
||||
# iputils is used because busybox ping behaves differently
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
bash \
|
||||
bats \
|
||||
|
@ -51,6 +52,7 @@ RDEPENDS:${PN}-ptest += " \
|
|||
coreutils \
|
||||
dbus-daemon-proxy \
|
||||
iproute2 \
|
||||
iputils \
|
||||
jq \
|
||||
nmap \
|
||||
procps-ps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user