aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtscript_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2019-03-01 12:12:11 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2019-03-07 23:54:05 +0000
commit6280befe6c4dbbc5ac8f384cda4480a1b896b1dd (patch)
tree7d3a16932aa9b6e6e138f6ac056866d13448795d /recipes-qt/qt5/qtscript_git.bb
parent77ed8fb225093148583d4d119b89c26d4acc4ee5 (diff)
qtscript: add fix for build with gcc 8.3
* fixes issue introduced with gcc upgrade to 8.3: | /OE/build/luneos-master/webos-ports/tmp-glibc/work/i586-webos-linux/qtscript/5.12.0+gitAUTOINC+0be84da600-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:157:5: error: expected '(' before 'volatile' | asm volatile ( | ^~~~~~~~ | ( | /OE/build/luneos-master/webos-ports/tmp-glibc/work/i586-webos-linux/qtscript/5.12.0+gitAUTOINC+0be84da600-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp:158:1: error: expected unqualified-id before string constant | ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n" | ^~~~~~~~~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtscript_git.bb')
-rw-r--r--recipes-qt/qt5/qtscript_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb
index ed2f82ec..a6b6429c 100644
--- a/recipes-qt/qt5/qtscript_git.bb
+++ b/recipes-qt/qt5/qtscript_git.bb
@@ -12,9 +12,10 @@ LIC_FILES_CHKSUM = " \
"
# Patches from https://github.com/meta-qt5/qtscript/commits/b5.12
-# 5.12.meta-qt5.1
+# 5.12.meta-qt5.2
SRC_URI += " \
file://0001-Include-asm-sgidefs.h-on-non-glibc-systems.patch \
+ file://0002-Fix-build-with-GCC-8.3.patch \
"
# qemuarm build fails with: