mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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:
committed by
Richard Purdie
parent
2d0c224213
commit
70b128cb71
@@ -89,6 +89,7 @@ RDEPENDS_${PN} = "\
|
||||
ldd \
|
||||
libaio \
|
||||
logrotate \
|
||||
net-tools \
|
||||
perl \
|
||||
python3-core \
|
||||
procps \
|
||||
|
||||
Reference in New Issue
Block a user