mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user