diff options
author | Frederico Cadete <frederico@cadete.eu> | 2015-03-10 17:50:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-13 14:52:49 +0100 |
commit | adeca0db212d61a933d7952ad44ea1064cfca747 (patch) | |
tree | 6a8f8e3d8788a63d76c99b6013c5b7341ee25217 /recipes-qt/qt5/nativesdk-qtbase_git.bb | |
parent | 1cec680ca9bcd00caaede8fa3d0ff3a4317550dc (diff) | |
download | meta-qt5-upstream/jansa/dizzy.tar.gz |
qt5-git, *qtbase*, qt5everywheredemo: Fetch from code.qt.ioupstream/jansa/dizzyupstream/dizzyjansa/dizzydizzy
* 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/qt5/nativesdk-qtbase_git.bb')
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 96d86dbc..e2480304 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -5,7 +5,7 @@ require ${PN}.inc | |||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:" | 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ | 8 | git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ |
9 | " | 9 | " |
10 | 10 | ||
11 | # common for qtbase-native, qtbase-nativesdk and qtbase | 11 | # common for qtbase-native, qtbase-nativesdk and qtbase |