mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc
This helps with building valgrind for non-glibc systems (From OE-Core rev: ec590f1ace7e8124dd760e5c931ba981abfd774c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -64,7 +64,8 @@ RDEPENDS_${PN} += "perl"
|
||||
# redirect functions like strlen.
|
||||
RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " sed perl glibc-utils perl-module-file-glob"
|
||||
RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
|
||||
|
||||
# One of the tests contains a bogus interpreter path on purpose, and QA
|
||||
# check complains about it
|
||||
|
||||
Reference in New Issue
Block a user