diff options
| author | Jonathan Liu <net147@gmail.com> | 2016-09-09 16:12:59 +1000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-15 10:09:06 +0200 |
| commit | 1d7a6b267452d86995ca4019b495abea3049b63d (patch) | |
| tree | f027d8a6012249c2a49d2fb25a8e53742e035c3e /recipes-qt/qt5/qtdeclarative_git.bb | |
| parent | ccae79be69c5268df3b47e4e14cea0591c39a531 (diff) | |
| download | meta-qt5-1d7a6b267452d86995ca4019b495abea3049b63d.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 195ec51a..aabadc0d 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
| @@ -16,6 +16,7 @@ DEPENDS += "qtbase" | |||
| 16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
| 17 | file://0001-qmltestexample-fix-link.patch \ | 17 | file://0001-qmltestexample-fix-link.patch \ |
| 18 | file://0002-qquickviewcomparison-fix-QCoreApplication-has-not-be.patch \ | 18 | file://0002-qquickviewcomparison-fix-QCoreApplication-has-not-be.patch \ |
| 19 | file://0003-Workaround-crashes-in-QtQml-code-related-to-dead-sto.patch \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | EXTRA_OEMAKE += "QMAKE_SYNCQT=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/syncqt" | 22 | EXTRA_OEMAKE += "QMAKE_SYNCQT=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/syncqt" |
