diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-05-04 11:14:41 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-05-04 12:49:25 +0000 |
commit | e3ef984ac6f5926d7a910eff33bafeb5da6c2ff0 (patch) | |
tree | 2cdfc77cf7f261cc56825f7febe0f4ebd0f24b17 | |
parent | f69d1e363c4b2034c8f66c3dc8c832859f2e9c2f (diff) | |
download | meta-boot2qt-e3ef984ac6f5926d7a910eff33bafeb5da6c2ff0.tar.gz |
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.bb | 4 | ||||
-rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 6 | ||||
-rw-r--r-- | recipes-qt/automotive/qtivi_git.bb | 6 |
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 aef6034..4dcac1d 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" | |||
23 | LICENSE = "GPLv3" | 23 | LICENSE = "GPLv3" |
24 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=024d61f4545fb889faa57982553ce094" | 24 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=024d61f4545fb889faa57982553ce094" |
25 | 25 | ||
26 | inherit qt5-module sdk-sources systemd | 26 | inherit qt5-module systemd |
27 | 27 | ||
28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/neptune-ui \ | 29 | git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=ssh \ |
30 | file://neptune.service \ | 30 | file://neptune.service \ |
31 | " | 31 | " |
32 | 32 | ||
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index 2c21d1b..502dd06 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" | |||
23 | LICENSE = "GPLv3" | 23 | LICENSE = "GPLv3" |
24 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce" | 24 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce" |
25 | 25 | ||
26 | inherit qmake5 sdk-sources | 26 | inherit qmake5 |
27 | 27 | ||
28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/qt/qtapplicationmanager;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtapplicationmanager \ | 29 | git://codereview.qt-project.org/qt/qtapplicationmanager;branch=${BRANCH};protocol=ssh \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRCREV = "b7578378b578788c2ae9c60708a2908d3b090c16" | 32 | SRCREV = "b7578378b578788c2ae9c60708a2908d3b090c16" |
33 | BRANCH = "master" | 33 | BRANCH = "dev" |
34 | 34 | ||
35 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ | 35 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ |
36 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" | 36 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" |
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index c2d82df..038a0c4 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -23,14 +23,14 @@ DESCRIPTION = "Qt IVI" | |||
23 | LICENSE = "LGPL-3.0" | 23 | LICENSE = "LGPL-3.0" |
24 | LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4" | 24 | LIC_FILES_CHKSUM = "file://header.LGPL3-PELAGICORE;md5=0f5beb4df202cb6ef5cbc5296f3a3fa4" |
25 | 25 | ||
26 | inherit qt5-module sdk-sources | 26 | inherit qt5-module |
27 | 27 | ||
28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/qt/tqtc-qtivi;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtivi \ | 29 | git://codereview.qt-project.org/qt/qtivi;branch=${BRANCH};protocol=ssh \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a" | 32 | SRCREV = "2d378320dc07b8b3ac9a9ce89b7f7a99caa72f8a" |
33 | BRANCH = "master" | 33 | BRANCH = "dev" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
36 | 36 | ||