summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-08 16:02:09 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-08 15:16:44 +0000
commit77e6c37544802630236025e1b7b5b996f6adc83d (patch)
treedf3ddca30993e4108f5fbc177ef8ae2c2cace14c
parentff1cb4f603822798b052b9a781bd11b74a6a80f6 (diff)
downloadmeta-boot2qt-77e6c37544802630236025e1b7b5b996f6adc83d.tar.gz
Add recipe for Gammaray
Recipe from KDAB Change-Id: I6076bfbd84f4316fc65fb52feb444fc523a786aa Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--recipes-qt/automotive/gammaray_git.bb28
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb1
2 files changed, 29 insertions, 0 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
new file mode 100644
index 0000000..fb20b5d
--- /dev/null
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -0,0 +1,28 @@
1SUMMARY = "GammaRay Qt introspection probe"
2HOMEPAGE = "http://www.kdab.com/gammaray"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=2abfe5daa817fd4346b6d55293941415"
6
7inherit cmake_qt5
8
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=master"
10
11SRCREV = "f7a6153652408dfe4d39c86fa47dfc45f11d3fe8"
12PV = "2.5.50+git${SRCPV}"
13
14DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity"
15
16S = "${WORKDIR}/git"
17
18EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF"
19
20FILES_${PN}-dev += " \
21 /usr/lib/cmake/* \
22 /usr/mkspecs/modules/* \
23"
24FILES_${PN}-dbg += " \
25 /usr/lib/.debug/* \
26 /usr/lib/gammaray/*/*/.debug \
27 /usr/lib/gammaray/*/*/styles/.debug \
28"
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
index a4b2d10..9bc6877 100644
--- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
+++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb
@@ -31,4 +31,5 @@ RDEPENDS_${PN} += " \
31 b2qt-appcontroller \ 31 b2qt-appcontroller \
32 qtivi \ 32 qtivi \
33 ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebbrowser', '', d)} \ 33 ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebbrowser', '', d)} \
34 gammaray \
34 " 35 "