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.

(From OE-Core rev: 8679f9b04ad1aaf05a11c14aa0a5e5b2291c0c0e)

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Daniel Díaz
2020-05-25 12:07:06 -05:00
committed by Richard Purdie
parent 2d0c224213
commit 70b128cb71

View File

@@ -89,6 +89,7 @@ RDEPENDS_${PN} = "\
ldd \
libaio \
logrotate \
net-tools \
perl \
python3-core \
procps \