aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVesa Jääskeläinen <dachaac@gmail.com>2016-10-29 16:24:55 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-01 19:06:57 +0100
commit2b1871f0d139dc3caaa779a32a1931409c245a36 (patch)
treec7af2a4cba16582b70eed577b10e83cbafe0128a /conf
parentad1d1b2a9b60795853660cd37708dc47150633b5 (diff)
Update Qt5's git repositories to match new locations
Qt5's repositories in github has changed locations. Qt5 itself and most of its modules are now under: github.com/qt Where as qt5-everywhere-demo is under: github.com/qt-labs Signed-off-by: Vesa Jääskeläinen <dachaac@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b7207e63..b2a4fbc3 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -27,5 +27,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
IMAGE_FEATURES[validitems] += "qtcreator-debug"
-QT_GIT ?= "git://github.com/qtproject"
+QT_GIT ?= "git://github.com/qt"
+QT_LABS_GIT ?= "git://github.com/qt-labs"
QT_GIT_PROTOCOL ?= "git"