summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/gammaray_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-08 08:40:47 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-08 14:07:03 +0000
commit43bb2e17e8d3143ccd6b13d568bba030d45205a2 (patch)
tree177c1f7940f2dbc2ba0854037380d7605e41256e /recipes-qt/automotive/gammaray_git.bb
parent29cc104df980dd5684eb34f0c11f60d127ed6959 (diff)
downloadmeta-boot2qt-43bb2e17e8d3143ccd6b13d568bba030d45205a2.tar.gz
gammaray: update to latest revision in 2.4 branch
Change-Id: Id33ddcb8eb9666469f4da12496e5d94732e58ccf Reviewed-by: Volker Krause <volker.krause@kdab.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/automotive/gammaray_git.bb')
-rw-r--r--recipes-qt/automotive/gammaray_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index e51255a..033e534 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -2,13 +2,14 @@ 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=2abfe5daa817fd4346b6d55293941415" 5LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=5996517d53e3c2722d457fb633e970ed"
6 6
7inherit cmake_qt5 7inherit cmake_qt5
8 8
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=master" 9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10 10
11SRCREV = "e058d34c99513432673641e05913c5270e044901" 11BRANCH = "2.4"
12SRCREV = "4995051c9d6733ce3eabb486283160bf31c87c10"
12PV = "2.5.50+git${SRCPV}" 13PV = "2.5.50+git${SRCPV}"
13 14
14DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity" 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity"