diff options
author | Volker Krause <volker.krause@kdab.com> | 2016-07-01 15:37:36 +0200 |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@qt.io> | 2016-07-04 09:27:02 +0000 |
commit | 49486d11b66c2963c47470730ab3811cb797f48d (patch) | |
tree | 329590a7d2f6802bc84ecc50dea37ddf74e3c884 | |
parent | 7dc5d514c72cf3634ef3f1b0fc6643ceb7938c2d (diff) | |
download | meta-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>
-rw-r--r-- | recipes-qt/automotive/gammaray_git.bb | 4 |
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 | |||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" | 9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "master" |
12 | SRCREV = "fc0b87dcff40276bc1e4ad6c86674363ca576617" | 12 | SRCREV = "4e8ff158816f07ced45a2cc71cf4176b7c0656d2" |
13 | PV = "master+git${SRCPV}" | 13 | PV = "master+git${SRCPV}" |
14 | 14 | ||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" | 15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" | 19 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF -DGAMMARAY_CORE_ONLY_LAUNCHER=ON" |
20 | 20 | ||
21 | FILES_${PN}-dev += " \ | 21 | FILES_${PN}-dev += " \ |
22 | /usr/lib/cmake/* \ | 22 | /usr/lib/cmake/* \ |