summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-27 09:55:17 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-27 15:19:09 +0300
commit10c6c4ef744ca122f976be1d4f68713cafc01730 (patch)
treed61c2b9c295db9e270aa97ebdedae9658db3135d
parent190108b9bea85ecc5b9d471d2a7c594b853cbae9 (diff)
downloadmeta-boot2qt-10c6c4ef744ca122f976be1d4f68713cafc01730.tar.gz
Change qt-gerrit addresses to correct ci.local domain
Change-Id: I140a5bd0b84f9faf00055ac64820c031c0ea28c0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-rw-r--r--recipes-qt/b2qt-addons/b2qt-appcontroller.bb2
-rw-r--r--recipes-qt/b2qt-addons/b2qt-demos.bb2
-rw-r--r--recipes-qt/b2qt-addons/b2qt-launcher.bb2
-rw-r--r--recipes-qt/b2qt-addons/b2qt-utils.bb2
-rw-r--r--recipes-qt/qt5-addons/qtcharts_2.0.bb2
-rw-r--r--recipes-qt/qt5-addons/qtdatavisualization_1.2.bb2
-rw-r--r--recipes-qt/qt5-addons/qtglesstream.bb2
-rw-r--r--recipes-qt/qt5-addons/qtquickenterprisecontrols_1.3.bb2
-rw-r--r--recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb2
-rw-r--r--scripts/manifest_dizzy.xml2
10 files changed, 10 insertions, 10 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb
index 05287d1..26d631c 100644
--- a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb
+++ b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://main.cpp;md5=1fcdf6b49fbbf2bc9c831893cca1b279;beginli
27inherit qmake5 27inherit qmake5
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/b2qt-appcontroller;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/b2qt-appcontroller;branch=${QT_BRANCH};protocol=ssh \
31 file://appcontroller.conf \ 31 file://appcontroller.conf \
32 " 32 "
33 33
diff --git a/recipes-qt/b2qt-addons/b2qt-demos.bb b/recipes-qt/b2qt-addons/b2qt-demos.bb
index 42758fe..8cc8116 100644
--- a/recipes-qt/b2qt-addons/b2qt-demos.bb
+++ b/recipes-qt/b2qt-addons/b2qt-demos.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://sensors/Accelbubble.qml;md5=1bf19846314f7b0fa81dc4db9
27inherit qmake5 27inherit qmake5
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/b2qt-demos;branch=${QT_BRANCH};protocol=ssh;name=demos \ 30 git://qt-gerrit.ci.local/QtRD-15810/b2qt-demos;branch=${QT_BRANCH};protocol=ssh;name=demos \
31 git://code.qt.io/qt-labs/qt5-everywhere-demo.git;protocol=git;name=everywhere;destsuffix=qt5-everywhere-demo \ 31 git://code.qt.io/qt-labs/qt5-everywhere-demo.git;protocol=git;name=everywhere;destsuffix=qt5-everywhere-demo \
32 " 32 "
33QT_BRANCH = "dev" 33QT_BRANCH = "dev"
diff --git a/recipes-qt/b2qt-addons/b2qt-launcher.bb b/recipes-qt/b2qt-addons/b2qt-launcher.bb
index b2de029..7e89289 100644
--- a/recipes-qt/b2qt-addons/b2qt-launcher.bb
+++ b/recipes-qt/b2qt-addons/b2qt-launcher.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/main.cpp;md5=1fcdf6b49fbbf2bc9c831893cca1b279;beg
27inherit qmake5 27inherit qmake5
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/b2qt-launcher;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/b2qt-launcher;branch=${QT_BRANCH};protocol=ssh \
31 file://b2qt-startup.sh \ 31 file://b2qt-startup.sh \
32 " 32 "
33 33
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb
index e25c1ae..e694b5a 100644
--- a/recipes-qt/b2qt-addons/b2qt-utils.bb
+++ b/recipes-qt/b2qt-addons/b2qt-utils.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/qconnectivity/main.cpp;md5=0b2892e6aca7d0750bbd7f
27inherit qt5-module 27inherit qt5-module
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/b2qt-utils;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/b2qt-utils;branch=${QT_BRANCH};protocol=ssh \
31 " 31 "
32 32
33SRCREV = "7b14c47d6adbc6ab3cdfc9d10bef25029215a85f" 33SRCREV = "7b14c47d6adbc6ab3cdfc9d10bef25029215a85f"
diff --git a/recipes-qt/qt5-addons/qtcharts_2.0.bb b/recipes-qt/qt5-addons/qtcharts_2.0.bb
index 77fe3c3..83d6905 100644
--- a/recipes-qt/qt5-addons/qtcharts_2.0.bb
+++ b/recipes-qt/qt5-addons/qtcharts_2.0.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/charts/qchart.cpp;md5=735b3be820c0a733e328a4d2e1e
27inherit qt5-module qtquickcompiler 27inherit qt5-module qtquickcompiler
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/charts.git;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/charts.git;branch=${QT_BRANCH};protocol=ssh \
31 " 31 "
32 32
33SRCREV = "f818972d3617493c74d694184aa877f606e1a5a0" 33SRCREV = "f818972d3617493c74d694184aa877f606e1a5a0"
diff --git a/recipes-qt/qt5-addons/qtdatavisualization_1.2.bb b/recipes-qt/qt5-addons/qtdatavisualization_1.2.bb
index 759bb44..76df896 100644
--- a/recipes-qt/qt5-addons/qtdatavisualization_1.2.bb
+++ b/recipes-qt/qt5-addons/qtdatavisualization_1.2.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/datavisualization/global/datavisualizationglobal_
27inherit qt5-module 27inherit qt5-module
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/qtdatavis3d.git;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/qtdatavis3d.git;branch=${QT_BRANCH};protocol=ssh \
31 " 31 "
32 32
33# v1.2.0 33# v1.2.0
diff --git a/recipes-qt/qt5-addons/qtglesstream.bb b/recipes-qt/qt5-addons/qtglesstream.bb
index 96ab1f7..475b869 100644
--- a/recipes-qt/qt5-addons/qtglesstream.bb
+++ b/recipes-qt/qt5-addons/qtglesstream.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://qtglesstream.pro;md5=e95d9351d26ed899188e02d44133cae0
27inherit qt5-module 27inherit qt5-module
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/qtglesstream.git;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/qtglesstream.git;branch=${QT_BRANCH};protocol=ssh \
31 " 31 "
32 32
33PV = "1.0.0" 33PV = "1.0.0"
diff --git a/recipes-qt/qt5-addons/qtquickenterprisecontrols_1.3.bb b/recipes-qt/qt5-addons/qtquickenterprisecontrols_1.3.bb
index 7736d9b..67c3efd 100644
--- a/recipes-qt/qt5-addons/qtquickenterprisecontrols_1.3.bb
+++ b/recipes-qt/qt5-addons/qtquickenterprisecontrols_1.3.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/controls/Styles/Base/DialStyle.qml;md5=caa6d9db46
27inherit qt5-module 27inherit qt5-module
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.it.local/QtRD-15810/qtquick-extras.git;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/qtquick-extras.git;branch=${QT_BRANCH};protocol=ssh \
31 " 31 "
32 32
33SRCREV = "ed6f7049e06717113d5f500595c5a1f2074fb13d" 33SRCREV = "ed6f7049e06717113d5f500595c5a1f2074fb13d"
diff --git a/recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb b/recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb
index 25441aa..571792c 100644
--- a/recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb
+++ b/recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb
@@ -29,7 +29,7 @@ inherit qt5-module qtquickcompiler
29FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 29FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
30 30
31SRC_URI = " \ 31SRC_URI = " \
32 git://qt-gerrit.it.local/QtRD-15810/qtvirtualkeyboard.git;branch=${QT_BRANCH};protocol=ssh \ 32 git://qt-gerrit.ci.local/QtRD-15810/qtvirtualkeyboard.git;branch=${QT_BRANCH};protocol=ssh \
33 " 33 "
34 34
35SRCREV = "b5f0a28522f2fcb916966bd0da0b86f2d93d2b97" 35SRCREV = "b5f0a28522f2fcb916966bd0da0b86f2d93d2b97"
diff --git a/scripts/manifest_dizzy.xml b/scripts/manifest_dizzy.xml
index 83dca5f..15a2cd8 100644
--- a/scripts/manifest_dizzy.xml
+++ b/scripts/manifest_dizzy.xml
@@ -9,7 +9,7 @@
9 <remote fetch="git://github.com/beagleboard" name="beagleboard"/> 9 <remote fetch="git://github.com/beagleboard" name="beagleboard"/>
10 <remote fetch="git://github.com/meta-qt5" name="qt5"/> 10 <remote fetch="git://github.com/meta-qt5" name="qt5"/>
11 <remote fetch="git://git.toradex.com" name="toradex"/> 11 <remote fetch="git://git.toradex.com" name="toradex"/>
12 <remote fetch="ssh://qt-gerrit.it.local/QtRD-15810" name="gerrit"/> 12 <remote fetch="ssh://qt-gerrit.ci.local/QtRD-15810" name="gerrit"/>
13 13
14 <project name="poky" 14 <project name="poky"
15 remote="yocto" 15 remote="yocto"