From 5015e6711ddef11cca350a20e0b8871f469d2788 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 14 Apr 2021 09:40:17 -0700 Subject: 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 (From OE-Core rev: 3824f811db82c6f2360eea19a9df9129f4330291) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/valgrind/valgrind_3.17.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf