From: Khem Raj Date: Wed, 14 Apr 2021 16:40:17 +0000 (-0700) Subject: valgrind: Add glibc-src to ptest rdeps X-Git-Tag: uninative-3.1~227 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3824f811db82c6f2360eea19a9df9129f4330291;p=openembedded-core.git valgrind: Add glibc-src to ptest rdeps gdbserver tests look for glibc sources ( rtld.c ) or else they are flagged as differences and tests marked as failures 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 eb7b9d2383..d8324f1dc6 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" + procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src" RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" # One of the tests contains a bogus interpreter path on purpose.