summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2017-02-01 15:16:39 +0100
committerVolker Krause <volker.krause@kdab.com>2017-02-01 14:34:27 +0000
commitb808f7785a43e046a6ce33af67298e273bc18336 (patch)
tree5f832d86396d6b63a6fd8a1b2e78d335449fdacb
parent6f8badc5b6375dffb98ebee4d7a36130cc2bc35a (diff)
downloadmeta-boot2qt-b808f7785a43e046a6ce33af67298e273bc18336.tar.gz
Update GammaRay to the latest 2.7 branch
Change-Id: Ieb60632d524c9a501aacf71df7a0c35f69810ca1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/automotive/gammaray_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index f9fb715..0603eef 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -2,15 +2,15 @@ SUMMARY = "GammaRay Qt introspection probe"
2HOMEPAGE = "http://www.kdab.com/gammaray" 2HOMEPAGE = "http://www.kdab.com/gammaray"
3 3
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=5996517d53e3c2722d457fb633e970ed" 5LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=560b8b2e529f7a17ee5dde6e5d0c0d69"
6 6
7inherit cmake_qt5 7inherit 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 = "master" 11BRANCH = "2.7"
12SRCREV = "b961eb1b84718256acc678ec16a2b45e98990cd7" 12SRCREV = "dc7a5d383bf7aa7b3e0361fa1d871eb7fad1a04a"
13PV = "master+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 \
16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 16 ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"