aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-05-04 11:14:41 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-05-04 12:49:25 +0000
commite3ef984ac6f5926d7a910eff33bafeb5da6c2ff0 (patch)
tree2cdfc77cf7f261cc56825f7febe0f4ebd0f24b17
parentf69d1e363c4b2034c8f66c3dc8c832859f2e9c2f (diff)
automotive: update src uris after repos were opened
Repos are now opened so there is no need to use sdk-sources anymore. Change-Id: Ibad7b3b7f9004b51e119dc1c6897410656f40742 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--recipes-qt/automotive/neptune-ui_git.bb4
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb6
-rw-r--r--recipes-qt/automotive/qtivi_git.bb6
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb
index aef6034e..4dcac1d5 100644
--- a/recipes-qt/automotive/neptune-ui_git.bb
+++ b/recipes-qt/automotive/neptune-ui_git.bb
@@ -23,10 +23,10 @@ DESCRIPTION = "Neptune IVI UI"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=024d61f4545fb889faa57982553ce094"
-inherit qt5-module sdk-sources systemd
+inherit qt5-module systemd
SRC_URI = " \
- git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/neptune-ui \
+ git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=ssh \
file://neptune.service \
"
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index 2c21d1b5..502dd061 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -23,14 +23,14 @@ DESCRIPTION = "Qt component for application lifecycle management"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce"
-inherit qmake5 sdk-sources
+inherit qmake5
SRC_URI = " \
- git://codereview.qt-project.org/qt/qtapplicationmanager;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtapplicationmanager \
+ git://codereview.qt-project.org/qt/qtapplicationmanager;branch=${BRANCH};protocol=ssh \
"
SRCREV = "b7578378b578788c2ae9c60708a2908d3b090c16"
-BRANCH = "master"
+BRANCH = "dev"
DEPENDS = "qtbase qtdeclarative libyaml libarchive \
${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index c2d82df5..038a0c48 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -23,14 +23,14 @@ DESCRIPTION = "Qt IVI"
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4"
-inherit qt5-module sdk-sources
+inherit qt5-module
SRC_URI = " \
- git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtivi \
+ git://codereview.qt-project.org/qt/qtivi;branch=${BRANCH};protocol=ssh \
"
SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a"
-BRANCH = "master"
+BRANCH = "dev"
S = "${WORKDIR}/git"