mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
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 <frederico@cadete.eu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
dc277b5a52
commit
23405d3a66
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user