From: Daniel Díaz Date: Mon, 25 May 2020 17:07:06 +0000 (-0500) Subject: ltp: Add net-tools as rdependency X-Git-Tag: yocto-4.0~6568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8679f9b04ad1aaf05a11c14aa0a5e5b2291c0c0e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ltp: Add net-tools as rdependency The version of ifconfig provided by Busybox is not enough for some tests. Here's an example of how it fails with test netns_breakns_ns_exec_ipv4_ioctl: ifconfig: bad address '192.168.0.2/24' ifconfig: bad address 'inet6' This works with net-tools' ifconfig. Signed-off-by: Daniel Díaz Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb index e82f6b33a1c..317a4e461a7 100644 --- a/meta/recipes-extended/ltp/ltp_20200515.bb +++ b/meta/recipes-extended/ltp/ltp_20200515.bb @@ -89,6 +89,7 @@ RDEPENDS_${PN} = "\ ldd \ libaio \ logrotate \ + net-tools \ perl \ python3-core \ procps \