aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2022-05-04 08:10:26 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2022-05-05 08:47:13 +0300
commite117beb73719c17358bfc36a36cdd2b4232b3534 (patch)
tree13ec6e989970cda7c170583c1119b9d77882bbf5 /recipes-qt/qt5/nativesdk-qtbase_git.bb
parentbede93a8b206ac1bb35bf57896f2f05e91f3ed2d (diff)
qt5: update submodules
- Update to latest content in Qt 5.15 branch. - Removed a patch which functionality is now included in qtbase by commit "7769d9dbfc0d14cb2903adf092fa2166c5015401 Fix compilation with GCC 12 (and on Fedora 35 and newer)". - Added patch to fix build on GCC 11. Task-number: QTBUG-102791 Change-Id: I234f0e862cdf9c3d8fe7cf79584b4afdfb355f1e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 60d7cda4..fef9e14e 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -34,7 +34,7 @@ SRC_URI += "\
file://0005-Disable-all-unknown-features-instead-of-erroring-out.patch \
file://0006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \
file://0007-Delete-qlonglong-and-qulonglong.patch \
- file://0008-Replace-pthread_yield-with-sched_yield.patch \
+ file://0008-QBuffer-add-missing-limits-include.patch \
file://0009-Add-OE-specific-specs-for-clang-compiler.patch \
file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \
file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \
@@ -201,4 +201,4 @@ fakeroot do_generate_qt_environment_file() {
do_generate_qt_environment_file[umask] = "022"
addtask generate_qt_environment_file after do_install before do_package
-SRCREV = "8b6185564551bf334c98d40b64aa443ddac325f0"
+SRCREV = "79b698cea11a66ed35b303c3a17c8ed9f251cad1"