From cabaf4ef690ab5dcde901822edfd4fe5067497ac Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 5 Feb 2018 15:50:21 +0200 Subject: qt5: Upgrade to Qt 5.11.0 QtQuickCompiler is now part of qtdeclarative, separate recipe is no longer needed. Keeping qtquickcompiler.bbclass still for backwards compatibility. Change-Id: I8e6a66b176fc17c4bb161ae4638125238518e22a Reviewed-by: Mikko Gronoff --- scripts/manifest.xml | 2 +- scripts/update-qt5-modules.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 1aa053b..46c5f2a 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml @@ -25,7 +25,7 @@ path="sources/meta-openembedded"/> ${SHA1}" - elif [ "${PROJECT}" = "tqtc-qmlcompiler" ] && [ -e "qtquickcompiler_git.bb" ]; then - sed -i -e "/^SRCREV/s/\".*\"/\"${SHA1}\"/" qtquickcompiler_git.bb - echo "qtquickcompiler -> ${SHA1}" + elif [ "${PROJECT}" = "qtenginio" ] || [ "${PROJECT}" = "qtquick1" ] || [ "${PROJECT}" = "qtsystems" ]; then + echo "${PROJECT} -> ignored" elif [ "$(echo *${PROJECT}*_git.bb*)" != "*${PROJECT}*_git.bb*" ]; then sed -i -e "/^SRCREV/s/\".*\"/\"${SHA1}\"/" *${PROJECT}*_git.bb* echo "${PROJECT} -> ${SHA1}" -- cgit v1.2.3-54-g00ecf