From aea4f1aec4e87276cf6985807fb0487393de154c Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Tue, 27 Feb 2018 15:08:45 +0200 Subject: Change default SRC_URI from github.com to code.qt.io There have been issues in the past with github qt mirror being out of sync with code.qt.io for certain module repos. Right now there's been a several days long break in update cycle for seemingly all the qt modules where content has not been pushed to the github mirror. Change the default SRC_URI to the more reliable code.qt.io. (cherry-picked from commit f6f12ed5bcf5fc1e36bc5c6dee386947df3c3dc2) Change-Id: I96fcd27148a907860449fe112bdd7e4cad3a9380 Reviewed-by: Samuli Piippo --- recipes-qt/examples/qt5everywheredemo_1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-qt/examples/qt5everywheredemo_1.0.bb') diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb b/recipes-qt/examples/qt5everywheredemo_1.0.bb index ee947991..493344f7 100644 --- a/recipes-qt/examples/qt5everywheredemo_1.0.bb +++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb @@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffc DEPENDS = "qtdeclarative qtgraphicaleffects qtsvg qtmultimedia" SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" -SRC_URI = "${QT_LABS_GIT}/qt-labs-qt5-everywhere-demo" +QT_GIT_PROJECT = "qt-labs" +SRC_URI = "${QT_GIT}/qt5-everywhere-demo" S = "${WORKDIR}/git/QtDemo" -- cgit v1.2.3