summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtapplicationmanager_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-04-19 10:07:08 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-04-21 05:34:16 +0000
commit95a7d3e9bcd4b250c28c46ce95ac215066e0264a (patch)
tree53528ab8ff4dd414f1e404496955eb050fa7dccb /recipes-qt/automotive/qtapplicationmanager_git.bb
parentf043ae36aa4cd0895110bed92bbf68370f559f5b (diff)
downloadmeta-boot2qt-95a7d3e9bcd4b250c28c46ce95ac215066e0264a.tar.gz
automotive: update revisions
Update neptune-ui and qtapplication manager, which need latest qtwayland. Add needed environment variable for wayland. Change-Id: I2e9eddd109546dca49451bff6bcf5623e16eb0bc Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'recipes-qt/automotive/qtapplicationmanager_git.bb')
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index 2c21d1b..240fedc 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -20,17 +20,17 @@
20############################################################################## 20##############################################################################
21 21
22DESCRIPTION = "Qt component for application lifecycle management" 22DESCRIPTION = "Qt component for application lifecycle management"
23LICENSE = "GPLv3" 23LICENSE = "GPL-3.0"
24LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce" 24LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=317fda864ac33d41406ff3938c3e78d1"
25 25
26inherit qmake5 sdk-sources 26inherit qmake5 sdk-sources
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;sdk-uri=5.7/Src/qtapplicationmanager \
30 " 30 "
31 31
32SRCREV = "b7578378b578788c2ae9c60708a2908d3b090c16" 32SRCREV = "97530155847257102fe0a159c681857fb9eb1194"
33BRANCH = "master" 33BRANCH = "5.7"
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)}"