summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb')
-rw-r--r--meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
index 9493d8642..01eefe13d 100644
--- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
+++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb
@@ -16,6 +16,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
16 file://0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \ 16 file://0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \
17 file://30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch \ 17 file://30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch \
18 file://0001-Fix-build-issues-with-latest-Clang.patch \ 18 file://0001-Fix-build-issues-with-latest-Clang.patch \
19 file://fff1b1773bff2ef7c3b867ab019d69faa36c010d.patch \
19 " 20 "
20SRC_URI[sha256sum] = "dc82d042ecaca981a4852357c06e5235743319cf10a94cd36ad41b97883a0b54" 21SRC_URI[sha256sum] = "dc82d042ecaca981a4852357c06e5235743319cf10a94cd36ad41b97883a0b54"
21 22
@@ -93,9 +94,8 @@ EXTRA_OECMAKE = " \
93 -DENABLE_MINIBROWSER=ON \ 94 -DENABLE_MINIBROWSER=ON \
94 -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \ 95 -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF \
95 " 96 "
96# Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the 97# pass -g1 to massively reduce the size of the debug symbols (4.3GB to 700M at time of writing)
97# debug symbols (4.3GB to 700M at time of writing) 98DEBUG_LEVELFLAG = "-g1"
98DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}"
99 99
100# Javascript JIT is not supported on ARC 100# Javascript JIT is not supported on ARC
101EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " 101EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF "