summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-16 11:22:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 16:53:05 +0000
commit17e7ff4be94ee6179208548e55f88c2568676d51 (patch)
treee13a4e43007d28dd251a4675b577668e4e11fdae /meta/recipes-sato/webkit/webkitgtk_2.14.5.bb
parented602b58ed4d2f059e159b5898c788557e435d22 (diff)
downloadpoky-17e7ff4be94ee6179208548e55f88c2568676d51.tar.gz
webkitgtk: Fix build on aarch64
Do not try to do runtime tests during cross compile Fixes | CMake Error at Source/cmake/OptionsCommon.cmake:73 (math): | math cannot parse the expression: "-1": syntax error, unexpected exp_MINUS, | expecting exp_OPENPARENT or exp_NUMBER (1) (From OE-Core rev: 528006009dddd876a830e0a8f248658182a37f37) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.14.5.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.14.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb
index 1eb5b0b6e1..daa17a94da 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb
@@ -20,6 +20,7 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
20 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \ 20 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
21 file://detect_atomics.patch \ 21 file://detect_atomics.patch \
22 file://x32_support.patch \ 22 file://x32_support.patch \
23 file://cross-compile.patch \
23 " 24 "
24 25
25SRC_URI[md5sum] = "7fe3cb2699e64f969b285823c5ae2516" 26SRC_URI[md5sum] = "7fe3cb2699e64f969b285823c5ae2516"
@@ -83,6 +84,8 @@ EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
83EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF " 84EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF "
84EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF " 85EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
85 86
87EXTRA_OECMAKE_append_aarch64 = " -DWTF_CPU_ARM64_CORTEXA53=ON"
88
86# JIT not supported on MIPS either 89# JIT not supported on MIPS either
87EXTRA_OECMAKE_append_mipsarch = " -DENABLE_JIT=OFF " 90EXTRA_OECMAKE_append_mipsarch = " -DENABLE_JIT=OFF "
88 91