From 23405d3a66c308e0b2ea64308b834285850c5c9f Mon Sep 17 00:00:00 2001 From: Frederico Cadete Date: Tue, 10 Mar 2015 17:50:13 +0100 Subject: qt5-git: Fetch from code.qt.io * Gitorious disabled the git:// protocol, breaking fetches. * Also, this service is scheduled to stop in May 2015, so move to code.qt.io. Signed-off-by: Frederico Cadete Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc index fa0c06e6..2281b75c 100644 --- a/recipes-qt/qt5/qt5-git.inc +++ b/recipes-qt/qt5/qt5-git.inc @@ -5,7 +5,7 @@ QT_MODULE_BRANCH ?= "stable" # each module needs to define valid SRCREV SRC_URI += " \ - git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ + git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ " S = "${WORKDIR}/git" -- cgit v1.2.3