From 49486d11b66c2963c47470730ab3811cb797f48d Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Fri, 1 Jul 2016 15:37:36 +0200 Subject: 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 --- recipes-qt/automotive/gammaray_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-qt') 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 SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" BRANCH = "master" -SRCREV = "fc0b87dcff40276bc1e4ad6c86674363ca576617" +SRCREV = "4e8ff158816f07ced45a2cc71cf4176b7c0656d2" PV = "master+git${SRCPV}" DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d" S = "${WORKDIR}/git" -EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" +EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF -DGAMMARAY_CORE_ONLY_LAUNCHER=ON" FILES_${PN}-dev += " \ /usr/lib/cmake/* \ -- cgit v1.2.3-54-g00ecf