summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-26 15:48:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-27 10:22:28 +0100
commitfaa01e1ae7a92d60699cd8865d1106a13549b096 (patch)
tree0a5b017005449a76a6208b457da75fc03e17a9ce /meta/recipes-extended
parent8679f9b04ad1aaf05a11c14aa0a5e5b2291c0c0e (diff)
downloadopenembedded-core-contrib-faa01e1ae7a92d60699cd8865d1106a13549b096.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ltp/ltp_20200515.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb
index 317a4e461a..0304a40185 100644
--- a/meta/recipes-extended/ltp/ltp_20200515.bb
+++ b/meta/recipes-extended/ltp/ltp_20200515.bb
@@ -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 \