aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_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/qtbase-native_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/qtbase-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index a5abd1ad..511c355a 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -27,7 +27,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 \
@@ -144,4 +144,4 @@ do_install() {
echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake
}
-SRCREV = "8b6185564551bf334c98d40b64aa443ddac325f0"
+SRCREV = "79b698cea11a66ed35b303c3a17c8ed9f251cad1"