diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2024-04-22 14:26:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-30 22:20:16 +0100 |
| commit | cdb1c4b3bb8076980d48aa99d8e2d1b2054d7ce9 (patch) | |
| tree | 2fb8f01cb1d751c0b5c06260823155ae985a19aa /meta/recipes-extended/ltp/ltp_20240129.bb | |
| parent | 17038110118245d35ac395e8e98a22f04953ad8b (diff) | |
| download | poky-cdb1c4b3bb8076980d48aa99d8e2d1b2054d7ce9.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: 0b89bc2041f670af625829d061ce79e0840ac116)
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>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20240129.bb')
| -rw-r--r-- | meta/recipes-extended/ltp/ltp_20240129.bb | 1 |
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 \ |
