]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ltp: Add net-tools as rdependency
authorDaniel Díaz <daniel.diaz@linaro.org>
Mon, 25 May 2020 17:07:06 +0000 (12:07 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 May 2020 09:22:28 +0000 (10:22 +0100)
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 <daniel.diaz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp_20200515.bb

index e82f6b33a1c74613e045c0a351a2ce1e422209ac..317a4e461a74a54e7f8c2d166e4843445ee32722 100644 (file)
@@ -89,6 +89,7 @@ RDEPENDS_${PN} = "\
     ldd \
     libaio \
     logrotate \
+    net-tools \
     perl \
     python3-core \
     procps \