diff options
| author | Frederico Cadete <frederico@cadete.eu> | 2015-03-10 17:50:13 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-12 12:47:53 +0100 |
| commit | 22c431e7a1fa525c75bf1fa48c82d01955001350 (patch) | |
| tree | c431616bfe3831bbc4a8b0d1949fc3fec80a4494 /recipes-qt/examples | |
| parent | c3cb6426cdb0da00443997540b29cdd4544932ae (diff) | |
| download | meta-qt5-22c431e7a1fa525c75bf1fa48c82d01955001350.tar.gz | |
qt5-git, *qtbase*, qt5everywheredemo: 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.
* qt5everywheredemo needs different SRCREV because this repo was
recreated in code.qt.io and SRCREV
9a868f96ee63c21ceda890d8dfc9d33f093d1b6d doesn't exist on code.qt.io
It was initial commit in gitorious repo:
commit 9a868f96ee63c21ceda890d8dfc9d33f093d1b6d
Author: Sergio Ahumada <sergio.ahumada@digia.com>
Date: Wed Jul 3 12:09:40 2013 +0200
Initial commit
This is exactly matching with this commit in code.qt.io:
commit c17fe9e0ec0882ac4c4dc1168095f569acab5d09
Author: Kimmo Ollila <kimmo.ollila@digia.com>
Date: Wed Jun 19 13:02:05 2013 +0300
Fixed radio crash on application close
Signed-off-by: Frederico Cadete <frederico@cadete.eu>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb b/recipes-qt/examples/qt5everywheredemo_1.0.bb index 4f7022c6..db5bbe6a 100644 --- a/recipes-qt/examples/qt5everywheredemo_1.0.bb +++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb | |||
| @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://main.cpp;md5=1187cb795a0f96bce64e63dd1a67dc2b" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "qtdeclarative qtgraphicaleffects" | 7 | DEPENDS = "qtdeclarative qtgraphicaleffects" |
| 8 | 8 | ||
| 9 | SRCREV = "9a868f96ee63c21ceda890d8dfc9d33f093d1b6d" | 9 | SRCREV = "c17fe9e0ec0882ac4c4dc1168095f569acab5d09" |
| 10 | SRC_URI = "git://gitorious.org/qt-labs/qt5-everywhere-demo.git" | 10 | SRC_URI = "git://code.qt.io/qt-labs/qt5-everywhere-demo.git" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git/QtDemo" | 12 | S = "${WORKDIR}/git/QtDemo" |
| 13 | 13 | ||
