From 8679f9b04ad1aaf05a11c14aa0a5e5b2291c0c0e Mon Sep 17 00:00:00 2001 From: Daniel Díaz Date: Mon, 25 May 2020 12:07:06 -0500 Subject: ltp: Add net-tools as rdependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta/recipes-extended/ltp/ltp_20200515.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/ltp') diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb index e82f6b33a1..317a4e461a 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 \ -- cgit 1.2.3-korg