diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-02-23 15:16:33 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-02-23 14:35:12 +0000 |
commit | 59878417626b091589f3876f6a49dab7d63b472d (patch) | |
tree | ac1e0c9eae633f4bc054ec5187216536f4e30ae3 | |
parent | 6840c1c306ed39f0be23518adc4f75401718b447 (diff) | |
download | meta-boot2qt-59878417626b091589f3876f6a49dab7d63b472d.tar.gz |
qtdeclarative: fix PACKAGECONFIG
qml-debug is already set in the upstream recipe with ??= which cannot
be appended with +=, so essentially we removed xmlpatterns from there.
Task-number: QTBUG-66576
Change-Id: I85dc2b9fbcec491d02c82e68d02e59aefeb1c241
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bbappend b/recipes-qt/qt5/qtdeclarative_git.bbappend index e33664b..d9144a8 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bbappend +++ b/recipes-qt/qt5/qtdeclarative_git.bbappend | |||
@@ -27,8 +27,6 @@ | |||
27 | ## | 27 | ## |
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | PACKAGECONFIG += "qml-debug" | ||
31 | |||
32 | FILES_${PN}-plugins_mingw32 = " \ | 30 | FILES_${PN}-plugins_mingw32 = " \ |
33 | ${OE_QMAKE_PATH_PLUGINS}/*/*.dll \ | 31 | ${OE_QMAKE_PATH_PLUGINS}/*/*.dll \ |
34 | " | 32 | " |