diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-03-02 12:45:24 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-12 18:43:47 +0000 |
| commit | 4e7ba65ba6ad4f88683701428aba037f2091fafc (patch) | |
| tree | 514bbda74417c04cf53b13311a5bfedc5a9ed1f6 /conf | |
| parent | bf68f8b8f5a31c9814a09f6c4e145dda7cdd8634 (diff) | |
| download | meta-qt5-4e7ba65ba6ad4f88683701428aba037f2091fafc.tar.gz | |
Change default SRC_URI from github.com to code.qt.io
There have been issues in the past with github qt mirror being out of
sync with code.qt.io for certain module repos. Right now there's been a
several days long break in update cycle for seemingly all the qt
modules where content has not been pushed to the github mirror. Change
the default SRC_URI to the more reliable code.qt.io.
Change-Id: Ic7d3b9a82ef0ae502e99a8516ef78ca09250fd1e
Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 9c587b1b..7687759c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -35,6 +35,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
| 35 | 35 | ||
| 36 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 36 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |
| 37 | 37 | ||
| 38 | QT_GIT ?= "git://github.com/qt" | 38 | QT_GIT_PROJECT ?= "qt" |
| 39 | QT_LABS_GIT ?= "git://github.com/qt-labs" | 39 | QT_GIT ?= "git://code.qt.io/${QT_GIT_PROJECT}" |
| 40 | QT_GIT_PROTOCOL ?= "git" | 40 | QT_GIT_PROTOCOL ?= "git" |
