diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2019-05-17 16:10:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-21 12:56:34 +0100 |
commit | 95a4691d151377b71020f404d2cd8535a9069097 (patch) | |
tree | f3495724d789700e1aec325244b36b180ca447a1 /meta/recipes-devtools | |
parent | 706a31f326a245ef3bd824c6c1315bd29b744ac8 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 2 |
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. |
111 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 111 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" |
112 | 112 | ||
113 | RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob ${PN}-dbg" | 113 | RDEPENDS_${PN}-ptest += " file perl perl-module-file-glob sed ${PN}-dbg" |
114 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 114 | RDEPENDS_${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. |