mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
valgrind: Include debugging symbols in ptests
About half the ptests will fail if the executables deployed as part of the ptest package are stripped. We therefore need to add a dependency on the dbg symbols package and silence the QA test which would complain about this since we really do want it in this case. (From OE-Core rev: 7d8407583033ea70039dd7e475c325efcf857c18) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -108,12 +108,13 @@ RDEPENDS_${PN} += "perl"
|
||||
# redirect functions like strlen.
|
||||
RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob"
|
||||
RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob ${PN}-dbg"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
|
||||
|
||||
# One of the tests contains a bogus interpreter path on purpose.
|
||||
# Skip file dependency check
|
||||
SKIP_FILEDEPS_${PN}-ptest = '1'
|
||||
INSANE_SKIP_${PN}-ptest = "debug-deps"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake check
|
||||
|
||||
Reference in New Issue
Block a user