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.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
deleted file mode 100644
index 033e534..0000000
--- a/recipes-qt/automotive/gammaray_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "GammaRay Qt introspection probe"
2HOMEPAGE = "http://www.kdab.com/gammaray"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=5996517d53e3c2722d457fb633e970ed"
6
7inherit cmake_qt5
8
9SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}"
10
11BRANCH = "2.4"
12SRCREV = "4995051c9d6733ce3eabb486283160bf31c87c10"
13PV = "2.5.50+git${SRCPV}"
14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity"
16
17S = "${WORKDIR}/git"
18
19EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF"
20
21FILES_${PN}-dev += " \
22 /usr/lib/cmake/* \
23 /usr/mkspecs/modules/* \
24"
25FILES_${PN}-dbg += " \
26 /usr/lib/.debug/* \
27 /usr/lib/gammaray/*/*/.debug \
28 /usr/lib/gammaray/*/*/styles/.debug \
29"