summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederico Cadete <frederico@cadete.eu>2015-03-10 17:50:13 +0100
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-24 13:42:14 -0300
commit2bd0d2a18208b2fe87ce598b5198efa96eab44a4 (patch)
treef5a523f638d7c554ce3c221b9a8cae0dbf6f9ff3
parent226d34537f2b8314597975b6a4855f2bbf3a7dec (diff)
downloadtizen-distro-2bd0d2a18208b2fe87ce598b5198efa96eab44a4.tar.gz
tizen-distro-2bd0d2a18208b2fe87ce598b5198efa96eab44a4.tar.bz2
tizen-distro-2bd0d2a18208b2fe87ce598b5198efa96eab44a4.zip
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 (From meta-qt5 rev: 22c431e7a1fa525c75bf1fa48c82d01955001350) Signed-off-by: Frederico Cadete <frederico@cadete.eu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--meta-qt5/recipes-qt/examples/qt5everywheredemo_1.0.bb4
-rw-r--r--meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb2
-rw-r--r--meta-qt5/recipes-qt/qt5/qt5-git.inc2
-rw-r--r--meta-qt5/recipes-qt/qt5/qtbase-native_git.bb2
-rw-r--r--meta-qt5/recipes-qt/qt5/qtbase_git.bb2
5 files changed, 6 insertions, 6 deletions
diff --git a/meta-qt5/recipes-qt/examples/qt5everywheredemo_1.0.bb b/meta-qt5/recipes-qt/examples/qt5everywheredemo_1.0.bb
index 4f7022c645..db5bbe6a70 100644
--- a/meta-qt5/recipes-qt/examples/qt5everywheredemo_1.0.bb
+++ b/meta-qt5/recipes-qt/examples/qt5everywheredemo_1.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://main.cpp;md5=1187cb795a0f96bce64e63dd1a67dc2b"
DEPENDS = "qtdeclarative qtgraphicaleffects"
-SRCREV = "9a868f96ee63c21ceda890d8dfc9d33f093d1b6d"
-SRC_URI = "git://gitorious.org/qt-labs/qt5-everywhere-demo.git"
+SRCREV = "c17fe9e0ec0882ac4c4dc1168095f569acab5d09"
+SRC_URI = "git://code.qt.io/qt-labs/qt5-everywhere-demo.git"
S = "${WORKDIR}/git/QtDemo"
diff --git a/meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb b/meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 9194a83757..df80407ee9 100644
--- a/meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -5,7 +5,7 @@ require ${PN}.inc
FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:"
SRC_URI = "\
- git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
+ git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
"
# common for qtbase-native, qtbase-nativesdk and qtbase
diff --git a/meta-qt5/recipes-qt/qt5/qt5-git.inc b/meta-qt5/recipes-qt/qt5/qt5-git.inc
index da962b88d2..84ddf49693 100644
--- a/meta-qt5/recipes-qt/qt5/qt5-git.inc
+++ b/meta-qt5/recipes-qt/qt5/qt5-git.inc
@@ -5,7 +5,7 @@ QT_MODULE_BRANCH ?= "5.4"
# each module needs to define valid SRCREV
SRC_URI += " \
- git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
+ git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
"
S = "${WORKDIR}/git"
diff --git a/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb b/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb
index cebc021ea0..5a308d4b9e 100644
--- a/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb
+++ b/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb
@@ -2,7 +2,7 @@ require qt5-git.inc
require ${PN}.inc
SRC_URI = "\
- git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
+ git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
"
# common for qtbase-native, qtbase-nativesdk and qtbase
diff --git a/meta-qt5/recipes-qt/qt5/qtbase_git.bb b/meta-qt5/recipes-qt/qt5/qtbase_git.bb
index d33eb680fa..549c92af4e 100644
--- a/meta-qt5/recipes-qt/qt5/qtbase_git.bb
+++ b/meta-qt5/recipes-qt/qt5/qtbase_git.bb
@@ -2,7 +2,7 @@ require qt5-git.inc
require ${PN}.inc
SRC_URI = "\
- git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
+ git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
"
# common for qtbase-native, qtbase-nativesdk and qtbase