public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ltp: add RDEPENDS on findutils
@ 2023-07-20 15:51 ross.burton
  2023-07-20 15:51 ` [PATCH 2/2] oeqa/ltp: rewrote LTP testcase and parser ross.burton
  0 siblings, 1 reply; 2+ messages in thread
From: ross.burton @ 2023-07-20 15:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

With busybox find some of the test script fails, so depend on GNU find.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-extended/ltp/ltp_20230516.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ltp/ltp_20230516.bb b/meta/recipes-extended/ltp/ltp_20230516.bb
index ddc6523e302..e9407d3148e 100644
--- a/meta/recipes-extended/ltp/ltp_20230516.bb
+++ b/meta/recipes-extended/ltp/ltp_20230516.bb
@@ -93,6 +93,7 @@ RDEPENDS:${PN} = "\
     e2fsprogs-mke2fs \
     expect \
     file \
+    findutils \
     gawk \
     gdb \
     gzip \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-20 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 15:51 [PATCH 1/2] ltp: add RDEPENDS on findutils ross.burton
2023-07-20 15:51 ` [PATCH 2/2] oeqa/ltp: rewrote LTP testcase and parser ross.burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox