From: Randy MacLeod Date: Mon, 12 Feb 2024 22:04:59 +0000 (-0800) Subject: valgrind: make ptest depend on all components X-Git-Tag: uninative-4.4~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c15142889ccb6cc2f2a00e7cdb92bcb36ca12c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb index 67a197c5097..0903008e61d 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.