diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-02-22 12:26:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 23:57:27 +0000 |
commit | 26e23b8262d09c5d91fb94a42bc7377b418027e3 (patch) | |
tree | 4c59c7049a101d30764499b66ce8b8589635039b /meta/recipes-sato | |
parent | 3a1a18ba9d28adb5562eabe9ec354f6d93154f5c (diff) | |
download | poky-26e23b8262d09c5d91fb94a42bc7377b418027e3.tar.gz |
webkitgtk: enable gobject-introspection for armv7a
Tested with cortex-a9 machine
* before this patch -> no gir
* after: gir was built without issues
(From OE-Core rev: 0f4f69d1b238b2c22c30ef306358a055d3aa39cb)
Signed-off-by: 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.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index a1dba73c51..a48a976f94 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | |||
@@ -124,9 +124,5 @@ ARM_INSTRUCTION_SET_armv7a = "thumb" | |||
124 | ARM_INSTRUCTION_SET_armv7r = "thumb" | 124 | ARM_INSTRUCTION_SET_armv7r = "thumb" |
125 | ARM_INSTRUCTION_SET_armv7ve = "thumb" | 125 | ARM_INSTRUCTION_SET_armv7ve = "thumb" |
126 | 126 | ||
127 | # qemu: uncaught target signal 11 (Segmentation fault) - core dumped | ||
128 | # Segmentation fault | ||
129 | GI_DATA_ENABLED_armv7a = "False" | ||
130 | |||
131 | # Can't be built with ccache | 127 | # Can't be built with ccache |
132 | CCACHE_DISABLE = "1" | 128 | CCACHE_DISABLE = "1" |