From f140740aa76dbdbeed2c9e0f64f02d47123fb502 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 30 May 2017 15:37:13 +0300 Subject: Update update-qt5-modules script handle qtlocation QtLocation now has a submodule which needs special attention. Change-Id: I570dbf0bab1416954f46a55430ad245fd1e9653c Reviewed-by: Mikko Gronoff --- scripts/update-qt5-modules.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/update-qt5-modules.sh') diff --git a/scripts/update-qt5-modules.sh b/scripts/update-qt5-modules.sh index 38260e6..e6d945f 100755 --- a/scripts/update-qt5-modules.sh +++ b/scripts/update-qt5-modules.sh @@ -47,6 +47,12 @@ for S in $SHA1S; do elif [ "${PROJECT}" = "qtwebengine/src/3rdparty" ]; then sed -i -e "/^SRCREV_chromium/s/\".*\"/\"${SHA1}\"/" qtwebengine_git.bb* echo "qtwebengine (chromium) -> ${SHA1}" + elif [ "${PROJECT}" = "qtlocation" ]; then + sed -i -e "/^SRCREV_qtlocation/s/\".*\"/\"${SHA1}\"/" qtlocation_git.bb* + echo "qtlocation -> ${SHA1}" + elif [ "${PROJECT}" = "qtlocation/src/3rdparty/mapbox-gl-native" ]; then + sed -i -e "/^SRCREV_qtlocation-mapboxgl/s/\".*\"/\"${SHA1}\"/" qtlocation_git.bb* + echo "qtlocation (mapboxgl) -> ${SHA1}" elif [ "${PROJECT}" = "tqtc-qmlcompiler" ] && [ -e "qtquickcompiler_git.bb" ]; then sed -i -e "/^SRCREV/s/\".*\"/\"${SHA1}\"/" qtquickcompiler_git.bb echo "qtquickcompiler -> ${SHA1}" -- cgit v1.2.3-54-g00ecf