diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-08 16:02:09 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-08 15:16:44 +0000 |
commit | 77e6c37544802630236025e1b7b5b996f6adc83d (patch) | |
tree | df3ddca30993e4108f5fbc177ef8ae2c2cace14c | |
parent | ff1cb4f603822798b052b9a781bd11b74a6a80f6 (diff) | |
download | meta-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.bb | 28 | ||||
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb | 1 |
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 @@ | |||
1 | SUMMARY = "GammaRay Qt introspection probe" | ||
2 | HOMEPAGE = "http://www.kdab.com/gammaray" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=2abfe5daa817fd4346b6d55293941415" | ||
6 | |||
7 | inherit cmake_qt5 | ||
8 | |||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=master" | ||
10 | |||
11 | SRCREV = "f7a6153652408dfe4d39c86fa47dfc45f11d3fe8" | ||
12 | PV = "2.5.50+git${SRCPV}" | ||
13 | |||
14 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" | ||
19 | |||
20 | FILES_${PN}-dev += " \ | ||
21 | /usr/lib/cmake/* \ | ||
22 | /usr/mkspecs/modules/* \ | ||
23 | " | ||
24 | FILES_${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 | " |