]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
valgrind: make ptest depend on all components
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Mon, 12 Feb 2024 22:04:59 +0000 (14:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Feb 2024 21:30:11 +0000 (21:30 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind_3.21.0.bb

index 67a197c5097b86555e6219f134a4ccff401e7d8a..0903008e61d14dc4fd93f45a6f2943d0b7f3b109 100644 (file)
@@ -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.