diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2025-03-10 14:24:22 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2025-03-10 13:56:42 +0000 |
commit | 211a5d5555923faa5bee7b77b64dd9f1f921e9a6 (patch) | |
tree | 96b58a898d12ae28f41e6b9a22f675c7be2a6084 | |
parent | 558a713d4e1b416c8760444169743c8e672923f4 (diff) |
qt5: update submodules
Update to latest content in lts-5.15 branch.
Task-number: QTBUG-130726
Change-Id: Ia3c34eee41a7be6b10c43852d0214040ff5ef921
Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtquicktimeline_git.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index dbe39d47..9705b3fd 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb @@ -202,4 +202,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 = "7a6792bee8a1fc3074258e5b3667b97d03f3de81" +SRCREV = "bfb2f4bd80ff2c1218d0b007cd9bede7b3102a25" diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 513c40d1..c4480e45 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb @@ -145,4 +145,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 = "7a6792bee8a1fc3074258e5b3667b97d03f3de81" +SRCREV = "bfb2f4bd80ff2c1218d0b007cd9bede7b3102a25" diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index d32d0864..3e4e2d02 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb @@ -308,4 +308,4 @@ sed -i \ $D${OE_QMAKE_PATH_ARCHDATA}/mkspecs/qmodule.pri } -SRCREV = "7a6792bee8a1fc3074258e5b3667b97d03f3de81" +SRCREV = "bfb2f4bd80ff2c1218d0b007cd9bede7b3102a25" diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index 580e48dd..36c73a09 100644 --- a/recipes-qt/qt5/qtlocation_git.bb +++ b/recipes-qt/qt5/qtlocation_git.bb @@ -36,7 +36,7 @@ SRC_URI += " \ file://0001-mapbox-gl-explicitly-include-cstdint-header.patch;patchdir=src/3rdparty/mapbox-gl-native \ " -SRCREV_qtlocation = "93b93630bd02d801263e58a258c33686cc3dfd7d" +SRCREV_qtlocation = "08e297f48d827daea920fb2267ec4d866beb3756" SRCREV_qtlocation-mapboxgl = "d3101bbc22edd41c9036ea487d4a71eabd97823d" SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl" diff --git a/recipes-qt/qt5/qtquicktimeline_git.bb b/recipes-qt/qt5/qtquicktimeline_git.bb index b923b76d..7188cbbe 100644 --- a/recipes-qt/qt5/qtquicktimeline_git.bb +++ b/recipes-qt/qt5/qtquicktimeline_git.bb @@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "qtbase qtdeclarative" -SRCREV = "b272467cba20221026c2405caed2a4210c397222" +SRCREV = "4b85ea25bb125debd9cab3a11b3ecdcdce11ab96" |