summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-25 07:28:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-28 23:11:28 +0000
commit1033abb95f995793da8c1e471288dd9451cf92d2 (patch)
tree3c3d4932ce895197e695356f31db155586690525 /meta/recipes-sato
parent71e4aa458060ff8fc1ad4f7a9ae5117045f7c8d2 (diff)
downloadpoky-1033abb95f995793da8c1e471288dd9451cf92d2.tar.gz
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>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.26.4.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
index b40699f4d1..7bffc15e8f 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
@@ -123,5 +123,10 @@ ARM_INSTRUCTION_SET_armv7a = "thumb"
123ARM_INSTRUCTION_SET_armv7r = "thumb" 123ARM_INSTRUCTION_SET_armv7r = "thumb"
124ARM_INSTRUCTION_SET_armv7ve = "thumb" 124ARM_INSTRUCTION_SET_armv7ve = "thumb"
125 125
126# introspection inside qemu-arm hangs forever on musl/arm builds
127# therefore disable GI_DATA
128GI_DATA_ENABLED_libc-musl_armv7a = "False"
129GI_DATA_ENABLED_libc-musl_armv7ve = "False"
130
126# Can't be built with ccache 131# Can't be built with ccache
127CCACHE_DISABLE = "1" 132CCACHE_DISABLE = "1"