Thanks for doing this against master-next! I'm out of the office for another week, but have put this onto master-next and will complete the merges once I'm fully back to the office.
Bruce In message: [meta-virtualization][PATCH 1/2] netavark: require iputils for ptest on 25/08/2023 [email protected] wrote: > From: Patrick Wicki <[email protected]> > > Fixes ptest not working on systems using busybox ping. > > Signed-off-by: Patrick Wicki <[email protected]> > --- > recipes-containers/netavark/netavark_1.7.0.bb | 2 ++ > 1 file changed, 2 insertions(+) > > 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 \ > -- > 2.41.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8238): https://lists.yoctoproject.org/g/meta-virtualization/message/8238 Mute This Topic: https://lists.yoctoproject.org/mt/100990108/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
