mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
valgrind: partially fix ptests
Unfortunately the ptests assume that $S=$B, and also require the presence of original source code. There are still some failures left which require additional investigation. (From OE-Core rev: f781e2a70ce1086c49e0c3d5ac61b7bf5bd79a9c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5e90281ac
commit
4b45e7419f
@@ -64,7 +64,8 @@ COMPATIBLE_HOST_linux-gnun32 = 'null'
|
||||
# Disable for powerpc64 with musl
|
||||
COMPATIBLE_HOST_libc-musl_powerpc64 = 'null'
|
||||
|
||||
inherit autotools ptest multilib_header
|
||||
# brokenseip is unfortunately required by ptests to pass
|
||||
inherit autotools-brokensep ptest multilib_header
|
||||
|
||||
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
||||
EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
|
||||
@@ -116,7 +117,7 @@ RDEPENDS_${PN}-ptest += " bash coreutils file \
|
||||
gdb libgomp \
|
||||
perl \
|
||||
perl-module-getopt-long perl-module-file-basename perl-module-file-glob \
|
||||
procps sed ${PN}-dbg"
|
||||
procps sed ${PN}-dbg ${PN}-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