diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2019-03-01 12:12:11 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-03-07 23:54:05 +0000 |
| commit | 6280befe6c4dbbc5ac8f384cda4480a1b896b1dd (patch) | |
| tree | 7d3a16932aa9b6e6e138f6ac056866d13448795d /recipes-qt/qt5/qtscript_git.bb | |
| parent | 77ed8fb225093148583d4d119b89c26d4acc4ee5 (diff) | |
| download | meta-qt5-6280befe6c4dbbc5ac8f384cda4480a1b896b1dd.tar.gz | |
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.bb | 3 |
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 = " \ | |||
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | # Patches from https://github.com/meta-qt5/qtscript/commits/b5.12 | 14 | # Patches from https://github.com/meta-qt5/qtscript/commits/b5.12 |
| 15 | # 5.12.meta-qt5.1 | 15 | # 5.12.meta-qt5.2 |
| 16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
| 17 | file://0001-Include-asm-sgidefs.h-on-non-glibc-systems.patch \ | 17 | file://0001-Include-asm-sgidefs.h-on-non-glibc-systems.patch \ |
| 18 | file://0002-Fix-build-with-GCC-8.3.patch \ | ||
| 18 | " | 19 | " |
| 19 | 20 | ||
| 20 | # qemuarm build fails with: | 21 | # qemuarm build fails with: |
