summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/gammaray_git.bb
diff options
context:
space:
mode:
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"