mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
webkitgtk: Disable GI data for musl/arm
qemu-arm hangs forever when running gobject introspection (From OE-Core rev: 7a9d9a4b5fb80a4b22b711c50ddcbd526c0955fb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -123,5 +123,10 @@ ARM_INSTRUCTION_SET_armv7a = "thumb"
|
||||
ARM_INSTRUCTION_SET_armv7r = "thumb"
|
||||
ARM_INSTRUCTION_SET_armv7ve = "thumb"
|
||||
|
||||
# introspection inside qemu-arm hangs forever on musl/arm builds
|
||||
# therefore disable GI_DATA
|
||||
GI_DATA_ENABLED_libc-musl_armv7a = "False"
|
||||
GI_DATA_ENABLED_libc-musl_armv7ve = "False"
|
||||
|
||||
# Can't be built with ccache
|
||||
CCACHE_DISABLE = "1"
|
||||
|
||||
Reference in New Issue
Block a user