diff options
author | Ross Burton <ross.burton@arm.com> | 2023-07-20 16:51:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-21 11:52:26 +0100 |
commit | aceb924845e0a77c878c3aea2941e2d3548b5a61 (patch) | |
tree | c8105a19fb043dfec8f679127cb2415ee7a0f434 /meta/recipes-extended | |
parent | 3ebef7a7195c7fd62c6b38be6dda24e548ef034b (diff) | |
download | poky-aceb924845e0a77c878c3aea2941e2d3548b5a61.tar.gz |
ltp: add RDEPENDS on findutils
With busybox find some of the test script fails, so depend on GNU find.
(From OE-Core rev: 2d1b1987ef927b33b799bb6e6805a1fdd8d92921)
Signed-off-by: Ross Burton <ross.burton@arm.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')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20230516.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20230516.bb b/meta/recipes-extended/ltp/ltp_20230516.bb index ddc6523e30..e9407d3148 100644 --- a/meta/recipes-extended/ltp/ltp_20230516.bb +++ b/meta/recipes-extended/ltp/ltp_20230516.bb | |||
@@ -93,6 +93,7 @@ RDEPENDS:${PN} = "\ | |||
93 | e2fsprogs-mke2fs \ | 93 | e2fsprogs-mke2fs \ |
94 | expect \ | 94 | expect \ |
95 | file \ | 95 | file \ |
96 | findutils \ | ||
96 | gawk \ | 97 | gawk \ |
97 | gdb \ | 98 | gdb \ |
98 | gzip \ | 99 | gzip \ |