]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: Add missing dependencies on coreutils, bc, e2fsprogs and gdb
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 May 2020 14:48:38 +0000 (15:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 May 2020 09:22:28 +0000 (10:22 +0100)
When the tests are run we see messages like:

/opt/ltp/testcases/bin/run_cpuctl_stress_test.sh: line 242: nice: command not found
/opt/ltp/testcases/bin/run_cpuctl_test_fj.sh: line 66: tac: command not found
vma05 1 TCONF: 'gdb' not found
memcg_failcnt 1 TCONF: 'bc' not found
Owner=nobody; perms=-rw-------; sudo: lsattr: command not found

so add missing dependencies to avoid these.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp_20200515.bb

index 317a4e461a74a54e7f8c2d166e4843445ee32722..0304a40185b18957d03d8e77b3623d1b28f19958 100644 (file)
@@ -77,13 +77,17 @@ do_install(){
 RDEPENDS_${PN} = "\
     attr \
     bash \
+    bc \
+    coreutils \
     cpio \
     cronie \
     curl \
+    e2fsprogs \
     e2fsprogs-mke2fs \
     expect \
     file \
     gawk \
+    gdb \
     gzip \
     iproute2 \
     ldd \