summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtapplicationmanager_git.bb
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 /recipes-qt/automotive/qtapplicationmanager_git.bb
parentf69d1e363c4b2034c8f66c3dc8c832859f2e9c2f (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-qt/automotive/qtapplicationmanager_git.bb')
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb6
1 files changed, 3 insertions, 3 deletions
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"
23LICENSE = "GPLv3" 23LICENSE = "GPLv3"
24LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce" 24LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce"
25 25
26inherit qmake5 sdk-sources 26inherit qmake5
27 27
28SRC_URI = " \ 28SRC_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
32SRCREV = "b7578378b578788c2ae9c60708a2908d3b090c16" 32SRCREV = "b7578378b578788c2ae9c60708a2908d3b090c16"
33BRANCH = "master" 33BRANCH = "dev"
34 34
35DEPENDS = "qtbase qtdeclarative libyaml libarchive \ 35DEPENDS = "qtbase qtdeclarative libyaml libarchive \
36 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 36 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"