summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2019-05-17 16:10:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-21 12:56:34 +0100
commit95a4691d151377b71020f404d2cd8535a9069097 (patch)
treef3495724d789700e1aec325244b36b180ca447a1 /meta/recipes-devtools/valgrind
parent706a31f326a245ef3bd824c6c1315bd29b744ac8 (diff)
downloadpoky-95a4691d151377b71020f404d2cd8535a9069097.tar.gz
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. (From OE-Core rev: f68ba3e49a8a8da7e48cd3fecf1dd3fc39219a40) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.15.0.bb2
1 files changed, 1 insertions, 1 deletions
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"
110# redirect functions like strlen. 110# redirect functions like strlen.
111RRECOMMENDS_${PN} += "${TCLIBC}-dbg" 111RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
112 112
113RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob ${PN}-dbg" 113RDEPENDS_${PN}-ptest += " file perl perl-module-file-glob sed ${PN}-dbg"
114RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" 114RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
115 115
116# One of the tests contains a bogus interpreter path on purpose. 116# One of the tests contains a bogus interpreter path on purpose.