From: Khem Raj Date: Wed, 14 Apr 2021 16:40:18 +0000 (-0700) Subject: valgrind: Add libstdc++ debug symbols for ptest X-Git-Tag: uninative-3.1~226 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=11bb1fe42590fd35ae5f24196d263f93dd063d35;p=openembedded-core.git valgrind: Add libstdc++ debug symbols for ptest new/delete symbols are needed by overloaded-new.post test Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb index d8324f1dc6..4eb948f2db 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb @@ -136,7 +136,7 @@ RDEPENDS_${PN}-ptest += " bash coreutils file \ perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ perl-module-carp perl-module-symbol \ - procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src" + procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg" RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" # One of the tests contains a bogus interpreter path on purpose.