From 9f7c6ebc3f9120b997dfb00f18cbc71cdc772f63 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 8 Jun 2018 08:05:05 +0300 Subject: scripts: handle qtivi in the submodule update script Change-Id: Id3477a92389bb6239119bd1b102717c332663a80 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 4ae42e8..bd63de8 100755 --- a/scripts/update-qt5-modules.sh +++ b/scripts/update-qt5-modules.sh @@ -53,6 +53,12 @@ for S in $SHA1S; do 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}" = "qtivi" ]; then + sed -i -e "/^SRCREV_qtivi/s/\".*\"/\"${SHA1}\"/" qtivi_git.bb* + echo "qtivi -> ${SHA1}" + elif [ "${PROJECT}" = "qtivi/src/3rdparty/qface" ]; then + sed -i -e "/^SRCREV_qface/s/\".*\"/\"${SHA1}\"/" qtivi_git.bb* + echo "qtivi (qface) -> ${SHA1}" elif [ "${PROJECT}" = "qtenginio" ] || [ "${PROJECT}" = "qtquick1" ] || [ "${PROJECT}" = "qtsystems" ]; then echo "${PROJECT} -> ignored" elif [ "$(echo *${PROJECT}*_git.bb*)" != "*${PROJECT}*_git.bb*" ]; then -- cgit v1.2.3-54-g00ecf