From ed87be4dece75b2884cc634bc51028e0d358a34e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 26 May 2020 15:48:38 +0100 Subject: ltp: Add missing dependencies on coreutils, bc, e2fsprogs and gdb 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. (From OE-Core rev: c84c3caff4ef16c72390a7b941b71919417c9f51) Signed-off-by: Richard Purdie (cherry picked from commit faa01e1ae7a92d60699cd8865d1106a13549b096) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-extended/ltp/ltp_20200120.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta') diff --git a/meta/recipes-extended/ltp/ltp_20200120.bb b/meta/recipes-extended/ltp/ltp_20200120.bb index b25da4030d..6633755a20 100644 --- a/meta/recipes-extended/ltp/ltp_20200120.bb +++ b/meta/recipes-extended/ltp/ltp_20200120.bb @@ -83,13 +83,17 @@ do_install(){ RDEPENDS_${PN} = "\ attr \ bash \ + bc \ + coreutils \ cpio \ cronie \ curl \ + e2fsprogs \ e2fsprogs-mke2fs \ expect \ file \ gawk \ + gdb \ gzip \ iproute2 \ ldd \ -- cgit v1.2.3-54-g00ecf