diff options
Diffstat (limited to 'recipes-qt/automotive/gammaray_git.bb')
-rw-r--r-- | recipes-qt/automotive/gammaray_git.bb | 29 |
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 @@ | |||
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=5996517d53e3c2722d457fb633e970ed" | ||
6 | |||
7 | inherit cmake_qt5 | ||
8 | |||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" | ||
10 | |||
11 | BRANCH = "2.4" | ||
12 | SRCREV = "4995051c9d6733ce3eabb486283160bf31c87c10" | ||
13 | PV = "2.5.50+git${SRCPV}" | ||
14 | |||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" | ||
20 | |||
21 | FILES_${PN}-dev += " \ | ||
22 | /usr/lib/cmake/* \ | ||
23 | /usr/mkspecs/modules/* \ | ||
24 | " | ||
25 | FILES_${PN}-dbg += " \ | ||
26 | /usr/lib/.debug/* \ | ||
27 | /usr/lib/gammaray/*/*/.debug \ | ||
28 | /usr/lib/gammaray/*/*/styles/.debug \ | ||
29 | " | ||