All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][daisy][PATCH] qt5-git.inc: Move to code.qt.io
@ 2015-03-13  7:29 Erik Botö
  2015-03-13 13:50 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Erik Botö @ 2015-03-13  7:29 UTC (permalink / raw)
  To: openembedded-devel

Gitorious switch of git:// protocol and will close down in a while, so
move over to code.qt.io.

Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
---
 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 fa0c06e..2281b75 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"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-13 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13  7:29 [meta-qt5][daisy][PATCH] qt5-git.inc: Move to code.qt.io Erik Botö
2015-03-13 13:50 ` Martin Jansa
2015-03-13 14:21   ` Erik Botö

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.