aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederico Cadete <frederico@cadete.eu>2015-03-10 17:50:13 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-13 16:01:51 +0100
commit23405d3a66c308e0b2ea64308b834285850c5c9f (patch)
tree6c4a5a2b92225632ec1486efd65b42cc817f6804
parentdc277b5a52e3da6b7b50c9f5f2e185f841788e33 (diff)
qt5-git: Fetch from code.qt.ioupstream/daisy
* 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 <frederico@cadete.eu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qt5-git.inc2
1 files changed, 1 insertions, 1 deletions
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"