summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2024-02-12 14:04:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-15 21:30:14 +0000
commitb1aaadb8286de6eb446bfd10c0d2943d067f136e (patch)
tree8cbfb7e1bb3ca9af13a0455b54b4b7e3d8e1656c
parent9382d731bdcbdbd029813a5b46d13b0c0ff18706 (diff)
downloadpoky-b1aaadb8286de6eb446bfd10c0d2943d067f136e.tar.gz
valgrind: make ptest depend on all components
When the helper scripts were split into separate packages, they weren't added as ptest dependencies. Fix that. (From OE-Core rev: 81c15142889ccb6cc2f2a00e7cdb92bcb36ca12c) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.21.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb
index 67a197c509..0903008e61 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb
@@ -139,7 +139,9 @@ RDEPENDS:${PN}-ptest += " bash coreutils curl file \
139 perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ 139 perl-module-overloading perl-module-cwd perl-module-ipc-open3 \
140 perl-module-carp perl-module-symbol \ 140 perl-module-carp perl-module-symbol \
141 procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \ 141 procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \
142 util-linux-taskset" 142 util-linux-taskset \
143 ${PN}-cachegrind ${PN}-massif ${PN}-callgrind \
144"
143RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-gconv-utf-32" 145RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-gconv-utf-32"
144 146
145# One of the tests contains a bogus interpreter path on purpose. 147# One of the tests contains a bogus interpreter path on purpose.