diff options
author | Vesa Jääskeläinen <dachaac@gmail.com> | 2016-10-29 16:24:55 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-01 19:07:51 +0100 |
commit | 81fb771c3f31110e50eebcb004809361fdb28194 (patch) | |
tree | cb62cdf972abbac553a92b5d6310238126bb4732 /conf | |
parent | df324ebd497db3ab935a79ddc5a378b14a6ea91f (diff) | |
download | meta-qt5-81fb771c3f31110e50eebcb004809361fdb28194.tar.gz |
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.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 73ce00a6..7eb3b2db 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -33,5 +33,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
33 | 33 | ||
34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |
35 | 35 | ||
36 | QT_GIT ?= "git://github.com/qtproject" | 36 | QT_GIT ?= "git://github.com/qt" |
37 | QT_LABS_GIT ?= "git://github.com/qt-labs" | ||
37 | QT_GIT_PROTOCOL ?= "git" | 38 | QT_GIT_PROTOCOL ?= "git" |