diff options
| author | Jonathan Liu <net147@gmail.com> | 2016-08-29 22:42:36 +1000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-31 19:12:27 +0200 |
| commit | 37a165badb89c4908cfbb535c784586481949a26 (patch) | |
| tree | 029a4f3297ff3e42a340bd2338b82b8317977db8 /recipes-qt/qt5/qtdeclarative_git.bb | |
| parent | 3c279156a0640dddc49279ac9738decfe28dcd44 (diff) | |
| download | meta-qt5-37a165badb89c4908cfbb535c784586481949a26.tar.gz | |
qtdeclarative: add upstream patch to fix QtQml crash with GCC 6
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 4a690cb9..5cc4caa1 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
| @@ -19,6 +19,7 @@ DEPENDS += "qtbase" | |||
| 19 | SRC_URI += " \ | 19 | SRC_URI += " \ |
| 20 | file://0001-qmltestexample-fix-link.patch \ | 20 | file://0001-qmltestexample-fix-link.patch \ |
| 21 | file://0002-qquickviewcomparison-fix-QCoreApplication-has-not-be.patch \ | 21 | file://0002-qquickviewcomparison-fix-QCoreApplication-has-not-be.patch \ |
| 22 | file://0003-Workaround-crashes-in-QtQml-code-related-to-dead-sto.patch \ | ||
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | EXTRA_OEMAKE += "QMAKE_SYNCQT=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/syncqt" | 25 | EXTRA_OEMAKE += "QMAKE_SYNCQT=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/syncqt" |
