diff options
author | Daniel Díaz <daniel.diaz@linaro.org> | 2020-05-25 12:07:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-27 10:22:31 +0100 |
commit | 70b128cb7168a1e96f7f387efbcd549388ddb4e9 (patch) | |
tree | 24215d5db2e46186501fb88e89d18e58be63135d /meta/recipes-extended/ltp | |
parent | 2d0c2242136e8c823d58218844c6e082122d0bce (diff) | |
download | poky-70b128cb7168a1e96f7f387efbcd549388ddb4e9.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20200515.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} = "\ | |||
89 | ldd \ | 89 | ldd \ |
90 | libaio \ | 90 | libaio \ |
91 | logrotate \ | 91 | logrotate \ |
92 | net-tools \ | ||
92 | perl \ | 93 | perl \ |
93 | python3-core \ | 94 | python3-core \ |
94 | procps \ | 95 | procps \ |