diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-02-21 00:48:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:08 +0000 |
commit | d4eefbabb30d0bbb3c3197f5d82718ce8aa899d3 (patch) | |
tree | a4093e1b1cd3c7edd19e0aa182e3c1e98181bcf9 /meta/recipes-sato/webkit | |
parent | 580baf1fe0f993b60c3a6da0d16afaf946033d0b (diff) | |
download | poky-d4eefbabb30d0bbb3c3197f5d82718ce8aa899d3.tar.gz |
webkitgtk: enable gobject-introspection for armv7ve - it builds without issues
Maybe armv7a can be re-enabled either but due to limited resources there is no
chance for me to test.
(From OE-Core rev: 8fe34dd8ee8e213ad954a8534bdfb737676d7c9a)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index fa109446d1..a1dba73c51 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | |||
@@ -127,7 +127,6 @@ ARM_INSTRUCTION_SET_armv7ve = "thumb" | |||
127 | # qemu: uncaught target signal 11 (Segmentation fault) - core dumped | 127 | # qemu: uncaught target signal 11 (Segmentation fault) - core dumped |
128 | # Segmentation fault | 128 | # Segmentation fault |
129 | GI_DATA_ENABLED_armv7a = "False" | 129 | GI_DATA_ENABLED_armv7a = "False" |
130 | GI_DATA_ENABLED_armv7ve = "False" | ||
131 | 130 | ||
132 | # Can't be built with ccache | 131 | # Can't be built with ccache |
133 | CCACHE_DISABLE = "1" | 132 | CCACHE_DISABLE = "1" |