summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.18.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb
index e825f83d5c..d8f82a4100 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb
@@ -133,7 +133,8 @@ RDEPENDS:${PN}-ptest += " bash coreutils curl file \
133 perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ 133 perl-module-file-basename perl-module-file-glob perl-module-getopt-long \
134 perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ 134 perl-module-overloading perl-module-cwd perl-module-ipc-open3 \
135 perl-module-carp perl-module-symbol \ 135 perl-module-carp perl-module-symbol \
136 procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg" 136 procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \
137 util-linux-taskset"
137RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" 138RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils"
138 139
139# One of the tests contains a bogus interpreter path on purpose. 140# One of the tests contains a bogus interpreter path on purpose.