]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: Add glibc-src to ptest rdeps
authorKhem Raj <raj.khem@gmail.com>
Wed, 14 Apr 2021 16:40:17 +0000 (09:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:29:05 +0000 (11:29 +0100)
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind_3.17.0.bb

index eb7b9d23838d0e64cc80b9b5d2b2c14bfaf934d4..d8324f1dc62eb3e8fbcbdcc34254277aabe4384e 100644 (file)
@@ -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.