From: Randy MacLeod Date: Fri, 17 May 2019 20:10:21 +0000 (-0400) Subject: valgrind: add 'file' to ptest depends X-Git-Tag: uninative-2.5~100 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f68ba3e49a8a8da7e48cd3fecf1dd3fc39219a40;p=openembedded-core.git valgrind: add 'file' to ptest depends to avoid: ./run_openmp_test: line 12: /usr/bin/file: No such file or directory SKIP: drd/tests/omp_matinv when using core-image-minimal to run valgrind ptests. Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb index 2160fc92d1..85f0ff7562 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb @@ -110,7 +110,7 @@ RDEPENDS_${PN} += "perl" # redirect functions like strlen. RRECOMMENDS_${PN} += "${TCLIBC}-dbg" -RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob ${PN}-dbg" +RDEPENDS_${PN}-ptest += " file perl perl-module-file-glob sed ${PN}-dbg" RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" # One of the tests contains a bogus interpreter path on purpose.