mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
valgrind: Fix multilib header conflict - valgrind/config.h
Header file conflict between 32-bit and 64-bit versions. (From OE-Core rev: 6084879306db61c347b6f01f3bb64de327a9052d) (From OE-Core rev: 1c2213fe1ac082288f366e4578d7a6e84410d820) Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
68fb7d153c
commit
e22a534bae
|
|
@ -57,7 +57,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
|
|||
COMPATIBLE_HOST_mipsarchn32 = 'null'
|
||||
COMPATIBLE_HOST_mipsarchr6 = 'null'
|
||||
|
||||
inherit autotools ptest
|
||||
inherit autotools ptest multilib_header
|
||||
|
||||
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
||||
EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
|
||||
|
|
@ -90,6 +90,7 @@ do_configure_prepend () {
|
|||
|
||||
do_install_append () {
|
||||
install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
|
||||
oe_multilib_header valgrind/config.h
|
||||
}
|
||||
|
||||
TUNE = "${@strip_mcpu(d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user