diff options
Diffstat (limited to 'meta-boot2qt/recipes-qt/automotive/gammaray_git.bb')
-rw-r--r-- | meta-boot2qt/recipes-qt/automotive/gammaray_git.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb b/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb new file mode 100644 index 0000000..7466822 --- /dev/null +++ b/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb | |||
@@ -0,0 +1,30 @@ | |||
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=a5b28ec9718d4516f7a621cd0232afc1" | ||
6 | |||
7 | inherit cmake_qt5 | ||
8 | |||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" | ||
10 | |||
11 | BRANCH = "5.9" | ||
12 | SRCREV = "87656b9c344077d84682b53ba3e4676e18b57f9e" | ||
13 | PV = "${BRANCH}+git${SRCPV}" | ||
14 | |||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \ | ||
16 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF -DGAMMARAY_CORE_ONLY_LAUNCHER=ON" | ||
21 | |||
22 | FILES_${PN}-dev += " \ | ||
23 | /usr/lib/cmake/* \ | ||
24 | /usr/mkspecs/modules/* \ | ||
25 | " | ||
26 | FILES_${PN}-dbg += " \ | ||
27 | /usr/lib/.debug/* \ | ||
28 | /usr/lib/gammaray/*/*/.debug \ | ||
29 | /usr/lib/gammaray/*/*/styles/.debug \ | ||
30 | " | ||