summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2024-05-24 15:23:45 +0800
committerSteve Sakoman <steve@sakoman.com>2024-06-19 08:34:58 -0700
commit18c80c1c36a073a091ab61bb2e0261622e29b732 (patch)
tree6b8b3a9117be39f55795b8fed740e20ede6cc1fe
parenta1d5e69a2e0e3b6596ecb9b4e0b0788ea611de76 (diff)
downloadpoky-18c80c1c36a073a091ab61bb2e0261622e29b732.tar.gz
ltp: add iputils-ping6 to RDEPENDS
According to the LTP documents[1], it using ping6 from iputils which support "-I" option to bind the interface[2]. Ref: [1] https://github.com/linux-test-project/ltp/commit/6f97789c [2] https://github.com/linux-test-project/ltp/commit/64b11656 (From OE-Core rev: bd2b32437787245029ca393f3e46542f0900b3fb) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 05107ec5e4b81315d53efef23f2a570d520ee4c7) Signed-off-by: Bin Lan <bin.lan.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/ltp/ltp_20240129.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20240129.bb b/meta/recipes-extended/ltp/ltp_20240129.bb
index 3e896957d1..e88e931a68 100644
--- a/meta/recipes-extended/ltp/ltp_20240129.bb
+++ b/meta/recipes-extended/ltp/ltp_20240129.bb
@@ -98,6 +98,7 @@ RDEPENDS:${PN} = "\
98 gdb \ 98 gdb \
99 gzip \ 99 gzip \
100 iproute2 \ 100 iproute2 \
101 ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '', d)} \
101 ldd \ 102 ldd \
102 libaio \ 103 libaio \
103 logrotate \ 104 logrotate \