diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-09-21 12:16:45 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-10-18 07:11:44 +0000 |
commit | f3213460a0495cac618d37bcbe59fddd58b6d65d (patch) | |
tree | d34301fa895cf5dc28927ed25abab95b5b83e068 | |
parent | 5d583afc7156521d15f85d1f4c197d57d5f63322 (diff) | |
download | meta-qt5-f3213460a0495cac618d37bcbe59fddd58b6d65d.tar.gz |
qt5: update submodules
Update submodules to Qt 5.10 Beta
(except webengine/chromium left as Alpha version)
Change-Id: I2b99e7eb7870e41901bbb9622176a95b0c3a9307
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
26 files changed, 58 insertions, 63 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 4d9e77f0..38dd5283 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -191,4 +191,4 @@ fakeroot do_generate_qt_environment_file() { | |||
191 | 191 | ||
192 | addtask generate_qt_environment_file after do_install before do_package | 192 | addtask generate_qt_environment_file after do_install before do_package |
193 | 193 | ||
194 | SRCREV = "037652d7a258535bd92e6950ff46398e2e74e728" | 194 | SRCREV = "f27e029ef2e8400b803cec1b17ffd4e244d8610a" |
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb index 7c20badf..bd97556a 100644 --- a/recipes-qt/qt5/qt3d_git.bb +++ b/recipes-qt/qt5/qt3d_git.bb | |||
@@ -34,6 +34,6 @@ do_configure_prepend() { | |||
34 | ${S}/src/quick3d/imports/input/importsinput.pro | 34 | ${S}/src/quick3d/imports/input/importsinput.pro |
35 | } | 35 | } |
36 | 36 | ||
37 | SRCREV = "8a4b9ebadb9e63ae367694f04786c7faf6306f27" | 37 | SRCREV = "3f03499bf8a7cf3c3f8d19a020179c1205980bde" |
38 | 38 | ||
39 | BBCLASSEXTEND += "native nativesdk" | 39 | BBCLASSEXTEND += "native nativesdk" |
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 2a3a0e6c..e4667dd1 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -110,4 +110,4 @@ do_install() { | |||
110 | install -m 755 ${B}/bin/qfloat16-tables ${D}${OE_QMAKE_PATH_BINS} | 110 | install -m 755 ${B}/bin/qfloat16-tables ${D}${OE_QMAKE_PATH_BINS} |
111 | } | 111 | } |
112 | 112 | ||
113 | SRCREV = "037652d7a258535bd92e6950ff46398e2e74e728" | 113 | SRCREV = "f27e029ef2e8400b803cec1b17ffd4e244d8610a" |
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 72d957a1..a95c17a4 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -183,4 +183,4 @@ INSANE_SKIP_${PN}-mkspecs += "file-rdeps" | |||
183 | 183 | ||
184 | RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}" | 184 | RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}" |
185 | 185 | ||
186 | SRCREV = "037652d7a258535bd92e6950ff46398e2e74e728" | 186 | SRCREV = "f27e029ef2e8400b803cec1b17ffd4e244d8610a" |
diff --git a/recipes-qt/qt5/qtcanvas3d_git.bb b/recipes-qt/qt5/qtcanvas3d_git.bb index 455ef3e5..733608f3 100644 --- a/recipes-qt/qt5/qtcanvas3d_git.bb +++ b/recipes-qt/qt5/qtcanvas3d_git.bb | |||
@@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \ | |||
10 | 10 | ||
11 | DEPENDS = "qtdeclarative" | 11 | DEPENDS = "qtdeclarative" |
12 | 12 | ||
13 | SRCREV = "5be124d7373c36daf9a6c01712e6eab057bbf56d" | 13 | SRCREV = "3b24ef25fa328bf993891e242c0c3ff677fafbcb" |
diff --git a/recipes-qt/qt5/qtcharts_git.bb b/recipes-qt/qt5/qtcharts_git.bb index f803abdc..69c63e2c 100644 --- a/recipes-qt/qt5/qtcharts_git.bb +++ b/recipes-qt/qt5/qtcharts_git.bb | |||
@@ -8,4 +8,4 @@ LIC_FILES_CHKSUM = " \ | |||
8 | 8 | ||
9 | DEPENDS += "qtbase qtdeclarative qtmultimedia" | 9 | DEPENDS += "qtbase qtdeclarative qtmultimedia" |
10 | 10 | ||
11 | SRCREV = "c245b25dd2ed8b9e141ac85b77f58d3522815823" | 11 | SRCREV = "cd8716678cf0cf2c9678edf4531a76cc00c7f828" |
diff --git a/recipes-qt/qt5/qtconnectivity_git.bb b/recipes-qt/qt5/qtconnectivity_git.bb index 51d05594..5099c444 100644 --- a/recipes-qt/qt5/qtconnectivity_git.bb +++ b/recipes-qt/qt5/qtconnectivity_git.bb | |||
@@ -19,4 +19,4 @@ PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,${BLUEZ}" | |||
19 | 19 | ||
20 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 20 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
21 | 21 | ||
22 | SRCREV = "ed5a1134d50f6dbed3fc568c799a39f4e2338056" | 22 | SRCREV = "18af3226765b62312acc8f801cc531fde0d9822b" |
diff --git a/recipes-qt/qt5/qtdatavis3d_git.bb b/recipes-qt/qt5/qtdatavis3d_git.bb index 1cb25bc4..555467f3 100644 --- a/recipes-qt/qt5/qtdatavis3d_git.bb +++ b/recipes-qt/qt5/qtdatavis3d_git.bb | |||
@@ -8,4 +8,4 @@ LIC_FILES_CHKSUM = " \ | |||
8 | 8 | ||
9 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtxmlpatterns" | 9 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtxmlpatterns" |
10 | 10 | ||
11 | SRCREV = "c54adde27f5aa723882ffc5f77fae86b3793b6e2" | 11 | SRCREV = "6300ff26ae43683a6ab701fcf031be2ff45b30f0" |
diff --git a/recipes-qt/qt5/qtdeclarative/0001-Fix-QQmlExpression-leaking-QQmlError-objects.patch b/recipes-qt/qt5/qtdeclarative/0001-Fix-QQmlExpression-leaking-QQmlError-objects.patch deleted file mode 100644 index 050a914e..00000000 --- a/recipes-qt/qt5/qtdeclarative/0001-Fix-QQmlExpression-leaking-QQmlError-objects.patch +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | From f9dcbf008b430aadd464985b7a618eca8173d264 Mon Sep 17 00:00:00 2001 | ||
2 | From: Robert Griebl <robert.griebl@pelagicore.com> | ||
3 | Date: Thu, 23 Feb 2017 15:11:13 +0100 | ||
4 | Subject: [PATCH 1/3] Fix QQmlExpression leaking QQmlError objects | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | If the user doesn't clear any potential errors manually via clearError(), | ||
10 | then do it automatically in the destructor. Found with valgrind. | ||
11 | |||
12 | [ChangeLog][QtQml][QQmlExpression] Fixed memory leak | ||
13 | |||
14 | Change-Id: If5b1181850c7463c939a7ba536d74e7054c53d60 | ||
15 | Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> | ||
16 | Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> | ||
17 | --- | ||
18 | src/qml/qml/qqmlexpression.cpp | 1 + | ||
19 | 1 file changed, 1 insertion(+) | ||
20 | |||
21 | diff --git a/src/qml/qml/qqmlexpression.cpp b/src/qml/qml/qqmlexpression.cpp | ||
22 | index 6afbd05..5cb3d4d 100644 | ||
23 | --- a/src/qml/qml/qqmlexpression.cpp | ||
24 | +++ b/src/qml/qml/qqmlexpression.cpp | ||
25 | @@ -200,6 +200,7 @@ QQmlExpression::QQmlExpression(QQmlContextData *ctxt, QObject *scope, | ||
26 | */ | ||
27 | QQmlExpression::~QQmlExpression() | ||
28 | { | ||
29 | + clearError(); | ||
30 | } | ||
31 | |||
32 | /*! | ||
33 | -- | ||
34 | 2.9.3 | ||
35 | |||
diff --git a/recipes-qt/qt5/qtdeclarative/0001-QQmlTypeLoader-The-profiler-is-a-quintptr-0-if-QT_NO.patch b/recipes-qt/qt5/qtdeclarative/0001-QQmlTypeLoader-The-profiler-is-a-quintptr-0-if-QT_NO.patch new file mode 100644 index 00000000..92a63a3c --- /dev/null +++ b/recipes-qt/qt5/qtdeclarative/0001-QQmlTypeLoader-The-profiler-is-a-quintptr-0-if-QT_NO.patch | |||
@@ -0,0 +1,32 @@ | |||
1 | From 330e96565b37e227162ab7ec6d4c6f3f56d2a1fe Mon Sep 17 00:00:00 2001 | ||
2 | From: Ulf Hermann <ulf.hermann@qt.io> | ||
3 | Date: Mon, 25 Sep 2017 11:55:20 +0200 | ||
4 | Subject: [PATCH] QQmlTypeLoader: The profiler is a quintptr(0) if | ||
5 | QT_NO_QML_DEBUGGING | ||
6 | |||
7 | This follows the pattern established in other places. | ||
8 | |||
9 | Task-number: QTBUG-63392 | ||
10 | Change-Id: I11cd66d5552f751804dd0a9460b26bda546c1726 | ||
11 | Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> | ||
12 | Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> | ||
13 | Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> | ||
14 | --- | ||
15 | src/qml/qml/qqmltypeloader_p.h | 4 ++-- | ||
16 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
17 | |||
18 | diff --git a/src/qml/qml/qqmltypeloader_p.h b/src/qml/qml/qqmltypeloader_p.h | ||
19 | index c214f0c..abc0df9 100644 | ||
20 | --- a/src/qml/qml/qqmltypeloader_p.h | ||
21 | +++ b/src/qml/qml/qqmltypeloader_p.h | ||
22 | @@ -322,8 +322,8 @@ public: | ||
23 | void invalidate(); | ||
24 | |||
25 | #ifdef QT_NO_QML_DEBUGGER | ||
26 | - QQmlProfiler *profiler() const { return nullptr; } | ||
27 | - void setProfiler(QQmlProfiler *) {} | ||
28 | + quintptr profiler() const { return 0; } | ||
29 | + void setProfiler(quintptr) {} | ||
30 | #else | ||
31 | QQmlProfiler *profiler() const { return m_profiler.data(); } | ||
32 | void setProfiler(QQmlProfiler *profiler); | ||
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 7bd64966..8830ec50 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -10,12 +10,10 @@ LIC_FILES_CHKSUM = " \ | |||
10 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | 10 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI += " \ | ||
14 | file://0001-Fix-QQmlExpression-leaking-QQmlError-objects.patch \ | ||
15 | " | ||
16 | |||
17 | DEPENDS += "qtbase" | 13 | DEPENDS += "qtbase" |
18 | 14 | ||
15 | SRC_URI += "file://0001-QQmlTypeLoader-The-profiler-is-a-quintptr-0-if-QT_NO.patch" | ||
16 | |||
19 | PACKAGECONFIG ??= "qtxmlpatterns" | 17 | PACKAGECONFIG ??= "qtxmlpatterns" |
20 | PACKAGECONFIG[qtxmlpatterns] = ",,qtxmlpatterns" | 18 | PACKAGECONFIG[qtxmlpatterns] = ",,qtxmlpatterns" |
21 | 19 | ||
@@ -32,6 +30,6 @@ do_install_append_class-nativesdk() { | |||
32 | 30 | ||
33 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}" | 31 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}" |
34 | 32 | ||
35 | SRCREV = "00adacd7934d7553eaea7c6d2b43bcb3df439e3e" | 33 | SRCREV = "ff5c83087e94f340a8c5695998f2ea81e29da8ea" |
36 | 34 | ||
37 | BBCLASSEXTEND =+ "native nativesdk" | 35 | BBCLASSEXTEND =+ "native nativesdk" |
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index 49d9b461..0755c60e 100644 --- a/recipes-qt/qt5/qtlocation_git.bb +++ b/recipes-qt/qt5/qtlocation_git.bb | |||
@@ -25,7 +25,7 @@ SRC_URI += " \ | |||
25 | ${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \ | 25 | ${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRCREV_qtlocation = "3f2c6d8af0367c5e87eb38d348c99e2e2a2f0a76" | 28 | SRCREV_qtlocation = "2b230b0a10d898979e9d5193f4da2e408b397fe3" |
29 | SRCREV_qtlocation-mapboxgl = "1c633072fcea7ad153ab6f8ec40dd72d83541ead" | 29 | SRCREV_qtlocation-mapboxgl = "1c633072fcea7ad153ab6f8ec40dd72d83541ead" |
30 | 30 | ||
31 | SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl" | 31 | SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl" |
diff --git a/recipes-qt/qt5/qtmultimedia_git.bb b/recipes-qt/qt5/qtmultimedia_git.bb index 826703ab..deefcaa6 100644 --- a/recipes-qt/qt5/qtmultimedia_git.bb +++ b/recipes-qt/qt5/qtmultimedia_git.bb | |||
@@ -29,4 +29,4 @@ SRC_URI += "\ | |||
29 | file://0001-qtmultimedia-fix-a-conflicting-declaration.patch \ | 29 | file://0001-qtmultimedia-fix-a-conflicting-declaration.patch \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRCREV = "230f070c7ed353605260f9fa79d0a5bc5181321c" | 32 | SRCREV = "951393508a5068bd999c3225158cbb06872d881c" |
diff --git a/recipes-qt/qt5/qtnetworkauth_git.bb b/recipes-qt/qt5/qtnetworkauth_git.bb index a120d7d4..a34b0d02 100644 --- a/recipes-qt/qt5/qtnetworkauth_git.bb +++ b/recipes-qt/qt5/qtnetworkauth_git.bb | |||
@@ -9,4 +9,4 @@ require qt5-git.inc | |||
9 | 9 | ||
10 | DEPENDS += "qtbase" | 10 | DEPENDS += "qtbase" |
11 | 11 | ||
12 | SRCREV = "4e681472f6e25153745151f2b41a8ebf4bc94f54" | 12 | SRCREV = "d811ebc6c6e83b33d765664328da5c8c6f518f66" |
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb index 2f16a36f..b8f09c95 100644 --- a/recipes-qt/qt5/qtquick1_git.bb +++ b/recipes-qt/qt5/qtquick1_git.bb | |||
@@ -23,4 +23,4 @@ do_configure_prepend() { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | QT_MODULE_BRANCH = "dev" | 25 | QT_MODULE_BRANCH = "dev" |
26 | SRCREV = "695460401d9a89d2f156016d51601b2e59b64105" | 26 | SRCREV = "9bf0edd9bd46ecb900bcdc3349d14869b87ab7de" |
diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb index dbfd1129..ac93db9a 100644 --- a/recipes-qt/qt5/qtquickcontrols2_git.bb +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb | |||
@@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \ | |||
10 | 10 | ||
11 | DEPENDS += "qtdeclarative" | 11 | DEPENDS += "qtdeclarative" |
12 | 12 | ||
13 | SRCREV = "bc6e79ebab8f7556aa2c7cd4352ba24509bd4792" | 13 | SRCREV = "7cbf3685565d7f62c9a01b090a4c1600b4abe220" |
diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb index d176d1b5..b9499513 100644 --- a/recipes-qt/qt5/qtquickcontrols_git.bb +++ b/recipes-qt/qt5/qtquickcontrols_git.bb | |||
@@ -24,4 +24,4 @@ SRC_URI += " \ | |||
24 | file://0001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch \ | 24 | file://0001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRCREV = "caa38d217ecbcaaa5617255290598012477c4492" | 27 | SRCREV = "f9c410f619c1019fc361e230df0e4d2a2259e8e9" |
diff --git a/recipes-qt/qt5/qtremoteobjects_git.bb b/recipes-qt/qt5/qtremoteobjects_git.bb index e4e32b76..d430a359 100644 --- a/recipes-qt/qt5/qtremoteobjects_git.bb +++ b/recipes-qt/qt5/qtremoteobjects_git.bb | |||
@@ -22,6 +22,6 @@ PACKAGECONFIG[tools-only] = "CONFIG+=tools-only" | |||
22 | 22 | ||
23 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 23 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
24 | 24 | ||
25 | SRCREV = "d2269c4e68f283f704547a0a96a662b5feeea732" | 25 | SRCREV = "a3e68cda27ff01ab8fab73978f3f09db21222a98" |
26 | 26 | ||
27 | BBCLASSEXTEND += "native nativesdk" | 27 | BBCLASSEXTEND += "native nativesdk" |
diff --git a/recipes-qt/qt5/qtserialbus_git.bb b/recipes-qt/qt5/qtserialbus_git.bb index cba6340b..114d6d5a 100644 --- a/recipes-qt/qt5/qtserialbus_git.bb +++ b/recipes-qt/qt5/qtserialbus_git.bb | |||
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \ | |||
11 | 11 | ||
12 | DEPENDS += "qtbase qtserialport" | 12 | DEPENDS += "qtbase qtserialport" |
13 | 13 | ||
14 | SRCREV = "b2e4e7a49990a68915820df525680b9c70971527" | 14 | SRCREV = "01df1b7a635b11c9d0985f9651cfa4ae3d037890" |
diff --git a/recipes-qt/qt5/qtserialport_git.bb b/recipes-qt/qt5/qtserialport_git.bb index 37a99d32..b0efbd68 100644 --- a/recipes-qt/qt5/qtserialport_git.bb +++ b/recipes-qt/qt5/qtserialport_git.bb | |||
@@ -15,4 +15,4 @@ LIC_FILES_CHKSUM = " \ | |||
15 | 15 | ||
16 | DEPENDS += "qtbase" | 16 | DEPENDS += "qtbase" |
17 | 17 | ||
18 | SRCREV = "004289a1b7e5ff5c4f19fab3c3d41c009429b352" | 18 | SRCREV = "07e1fc7bb93dc4c306d8e64f4cb88d42177cba2e" |
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index cb86439c..920341d1 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -27,7 +27,7 @@ PACKAGECONFIG[qtwebkit] = ",,qtwebkit" | |||
27 | 27 | ||
28 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" | 28 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" |
29 | 29 | ||
30 | SRCREV = "1ace238ce0347857a5ba55d6fa30ba81fed204b9" | 30 | SRCREV = "9099c8934ebc042b38435eae293cd46e4fd9b883" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | 33 | ||
diff --git a/recipes-qt/qt5/qtvirtualkeyboard_git.bb b/recipes-qt/qt5/qtvirtualkeyboard_git.bb index ff80b2e6..243646ac 100644 --- a/recipes-qt/qt5/qtvirtualkeyboard_git.bb +++ b/recipes-qt/qt5/qtvirtualkeyboard_git.bb | |||
@@ -49,4 +49,4 @@ FILES_${PN} += "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/lipi_toolkit" | |||
49 | 49 | ||
50 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns" | 50 | DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns" |
51 | 51 | ||
52 | SRCREV = "1f72424b80ac1b84b4f040f195d74d9f2b646a62" | 52 | SRCREV = "27df0d34644ffc553972641abfd3406219c85391" |
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index ebb69b6f..ea2a8a53 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG[libhybris-egl-server] = "-feature-libhybris-egl-server,-no-feature | |||
37 | 37 | ||
38 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 38 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
39 | 39 | ||
40 | SRCREV = "1e6063f6fc9fa02bd2f12ad9e60cbc2529fc0377" | 40 | SRCREV = "04f6ff77ef0c8858629766e191ecc3d4ef056848" |
41 | 41 | ||
42 | # From https://bugreports.qt.io/browse/QTBUG-57767 | 42 | # From https://bugreports.qt.io/browse/QTBUG-57767 |
43 | SRC_URI += " \ | 43 | SRC_URI += " \ |
diff --git a/recipes-qt/qt5/qtwebchannel_git.bb b/recipes-qt/qt5/qtwebchannel_git.bb index 37a0c403..bf9b2a27 100644 --- a/recipes-qt/qt5/qtwebchannel_git.bb +++ b/recipes-qt/qt5/qtwebchannel_git.bb | |||
@@ -12,4 +12,4 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS += "qtdeclarative qtwebsockets" | 13 | DEPENDS += "qtdeclarative qtwebsockets" |
14 | 14 | ||
15 | SRCREV = "749951c19cbb7d301bed20f24d16dd4e713485c2" | 15 | SRCREV = "ba755c28ea0cd35cfa9d8c77ef7f2c61437ad25b" |
diff --git a/recipes-qt/qt5/qtwebsockets_git.bb b/recipes-qt/qt5/qtwebsockets_git.bb index dd618b10..5393ad48 100644 --- a/recipes-qt/qt5/qtwebsockets_git.bb +++ b/recipes-qt/qt5/qtwebsockets_git.bb | |||
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \ | |||
11 | 11 | ||
12 | DEPENDS += "qtbase qtdeclarative" | 12 | DEPENDS += "qtbase qtdeclarative" |
13 | 13 | ||
14 | SRCREV = "fdb6d8370f9ae8fa148124289317c108399853c3" | 14 | SRCREV = "71b5fc5dd10e9edce8db886f6c05b7950b3cca6e" |
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb index 7a363175..af6a539b 100644 --- a/recipes-qt/qt5/qtxmlpatterns_git.bb +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb | |||
@@ -16,6 +16,6 @@ LIC_FILES_CHKSUM = " \ | |||
16 | 16 | ||
17 | DEPENDS += "qtbase" | 17 | DEPENDS += "qtbase" |
18 | 18 | ||
19 | SRCREV = "fee0795ca96079a8f37473d3aec18757d1e52d24" | 19 | SRCREV = "9e26cfa167778f3d9444aedcb23c8476683b3785" |
20 | 20 | ||
21 | BBCLASSEXTEND =+ "native nativesdk" | 21 | BBCLASSEXTEND =+ "native nativesdk" |