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-18 11:11:24 +0000 |
commit | d5f472661eded1aa26b19e1e8d10149cb7ace59f (patch) | |
tree | 5ed5af885fba8a2510450e36e6d8c1900fa0af6a /recipes-qt/examples | |
parent | 9ed1897bf7520db9fa93e8aa3508994472804569 (diff) | |
download | meta-qt5-d5f472661eded1aa26b19e1e8d10149cb7ace59f.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 'recipes-qt/examples')
-rw-r--r-- | recipes-qt/examples/qt5everywheredemo_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb b/recipes-qt/examples/qt5everywheredemo_1.0.bb index ee947991..493344f7 100644 --- a/recipes-qt/examples/qt5everywheredemo_1.0.bb +++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb | |||
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffc | |||
7 | DEPENDS = "qtdeclarative qtgraphicaleffects qtsvg qtmultimedia" | 7 | DEPENDS = "qtdeclarative qtgraphicaleffects qtsvg qtmultimedia" |
8 | 8 | ||
9 | SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" | 9 | SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" |
10 | SRC_URI = "${QT_LABS_GIT}/qt-labs-qt5-everywhere-demo" | 10 | QT_GIT_PROJECT = "qt-labs" |
11 | SRC_URI = "${QT_GIT}/qt5-everywhere-demo" | ||
11 | 12 | ||
12 | S = "${WORKDIR}/git/QtDemo" | 13 | S = "${WORKDIR}/git/QtDemo" |
13 | 14 | ||