summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/gammaray_git.bb
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-07-01 15:37:36 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-04 09:27:02 +0000
commit49486d11b66c2963c47470730ab3811cb797f48d (patch)
tree329590a7d2f6802bc84ecc50dea37ddf74e3c884 /recipes-qt/automotive/gammaray_git.bb
parent7dc5d514c72cf3634ef3f1b0fc6643ceb7938c2d (diff)
downloadmeta-boot2qt-49486d11b66c2963c47470730ab3811cb797f48d.tar.gz
Update GammaRay and enable workaround for Boot2Qt compatibility
Should fix the emulator reconnect loop triggered by the Gammaray CLI injector also loading the emulator QPA plugin. Change-Id: I5e9db5bb05eb703ba31b2565e0edfbad26af2b6a Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'recipes-qt/automotive/gammaray_git.bb')
-rw-r--r--recipes-qt/automotive/gammaray_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index 0d397a3..06fe24a 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -9,14 +9,14 @@ inherit cmake_qt5
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" 9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10 10
11BRANCH = "master" 11BRANCH = "master"
12SRCREV = "fc0b87dcff40276bc1e4ad6c86674363ca576617" 12SRCREV = "4e8ff158816f07ced45a2cc71cf4176b7c0656d2"
13PV = "master+git${SRCPV}" 13PV = "master+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" 19EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF -DGAMMARAY_CORE_ONLY_LAUNCHER=ON"
20 20
21FILES_${PN}-dev += " \ 21FILES_${PN}-dev += " \
22 /usr/lib/cmake/* \ 22 /usr/lib/cmake/* \