summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/gammaray_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-10-31 10:49:02 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-11-08 16:53:33 +0000
commitdf17ffab8615d5de8659ec8f285e2a92b28cd671 (patch)
treee9647a5a5c69dcf0ba5bf5ee913e4859b30bf3db /recipes-qt/automotive/gammaray_git.bb
parent8d075eea57b66c672aead741d591fb7b71dfb170 (diff)
downloadmeta-boot2qt-df17ffab8615d5de8659ec8f285e2a92b28cd671.tar.gz
automotive: update revisions
Update all automotive components. Merge changes done in pyro branch. Change-Id: I9a084b69ff7399c244098a336f0a3a112859fa17 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'recipes-qt/automotive/gammaray_git.bb')
-rw-r--r--recipes-qt/automotive/gammaray_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index 6317040..1de4c09 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -8,11 +8,11 @@ inherit cmake_qt5
8 8
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" 9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10 10
11BRANCH = "2.7" 11BRANCH = "5.9"
12SRCREV = "a22da6d63cab08f3ef8588611fdbda3f96731efe" 12SRCREV = "ff53d7328d6db17dcb6486bb98b02a2f107b4066"
13PV = "${BRANCH}+git${SRCPV}" 13PV = "${BRANCH}+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \
16 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 16 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"