Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] valgrind: make ptest depend on all components
@ 2024-02-12 22:04 Randy.MacLeod
  2024-02-12 22:05 ` [PATCH 2/3] valgrind: update from 3.21.0 to 3.22.0 Randy.MacLeod
  2024-02-12 22:05 ` [PATCH 3/3] valgrind: skip 14 ptests in 3.22 Randy.MacLeod
  0 siblings, 2 replies; 8+ messages in thread
From: Randy.MacLeod @ 2024-02-12 22:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: raj.khem

From: Randy MacLeod <Randy.MacLeod@windriver.com>

When the helper scripts were split into separate packages, they
weren't added as ptest dependencies. Fix that.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.21.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 \
    perl-module-overloading perl-module-cwd perl-module-ipc-open3 \
    perl-module-carp perl-module-symbol \
    procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \
-   util-linux-taskset"
+   util-linux-taskset \
+   ${PN}-cachegrind ${PN}-massif ${PN}-callgrind \
+"
 RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-gconv-utf-32"
 
 # One of the tests contains a bogus interpreter path on purpose.
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-15  1:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 22:04 [PATCH 1/3] valgrind: make ptest depend on all components Randy.MacLeod
2024-02-12 22:05 ` [PATCH 2/3] valgrind: update from 3.21.0 to 3.22.0 Randy.MacLeod
2024-02-13  2:40   ` Khem Raj
2024-02-14  0:23     ` Randy MacLeod
2024-02-14  1:07       ` Randy MacLeod
2024-02-12 22:05 ` [PATCH 3/3] valgrind: skip 14 ptests in 3.22 Randy.MacLeod
2024-02-14 13:51   ` [OE-core] " Richard Purdie
2024-02-15  1:40     ` Randy MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox