From d5f472661eded1aa26b19e1e8d10149cb7ace59f Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Fri, 2 Mar 2018 12:45:24 +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. Change-Id: Ic7d3b9a82ef0ae502e99a8516ef78ca09250fd1e Signed-off-by: Mikko Gronoff Reviewed-by: Samuli Piippo Signed-off-by: Martin Jansa --- conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 98000c65..df696c76 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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" -- cgit v1.2.3-54-g00ecf