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.

Change-Id: Ic7d3b9a82ef0ae502e99a8516ef78ca09250fd1e
Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Mikko Gronoff
2018-03-02 12:45:24 +02:00
committed by Martin Jansa
parent 9ed1897bf7
commit d5f472661e
2 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
IMAGE_FEATURES[validitems] += "qtcreator-debug"
QT_GIT ?= "git://github.com/qt"
QT_LABS_GIT ?= "git://github.com/qt-labs"
QT_GIT_PROJECT ?= "qt"
QT_GIT ?= "git://code.qt.io/${QT_GIT_PROJECT}"
QT_GIT_PROTOCOL ?= "git"
QT_EDITION ?= "opensource"

View File

@@ -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"