From 898d0e9c3bff97ccdfc1682135c1be1c66a3ba82 Mon Sep 17 00:00:00 2001 From: Patrick Wicki Date: Fri, 25 Aug 2023 16:51:47 +0200 Subject: netavark: require iputils for ptest Fixes ptest not working on systems using busybox ping. Signed-off-by: Patrick Wicki Signed-off-by: Bruce Ashfield --- recipes-containers/netavark/netavark_1.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-containers') 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" # 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 \ -- cgit v1.2.3-54-g00ecf