From 77e6c37544802630236025e1b7b5b996f6adc83d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 8 Dec 2015 16:02:09 +0200 Subject: Add recipe for Gammaray Recipe from KDAB Change-Id: I6076bfbd84f4316fc65fb52feb444fc523a786aa Reviewed-by: Teemu Holappa --- recipes-qt/automotive/gammaray_git.bb | 28 ++++++++++++++++++++++ .../packagegroup-b2qt-automotive-addons.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 recipes-qt/automotive/gammaray_git.bb 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 @@ +SUMMARY = "GammaRay Qt introspection probe" +HOMEPAGE = "http://www.kdab.com/gammaray" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=2abfe5daa817fd4346b6d55293941415" + +inherit cmake_qt5 + +SRC_URI = "git://github.com/KDAB/GammaRay;branch=master" + +SRCREV = "f7a6153652408dfe4d39c86fa47dfc45f11d3fe8" +PV = "2.5.50+git${SRCPV}" + +DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += " -DGAMMARAY_BUILD_UI=OFF" + +FILES_${PN}-dev += " \ + /usr/lib/cmake/* \ + /usr/mkspecs/modules/* \ +" +FILES_${PN}-dbg += " \ + /usr/lib/.debug/* \ + /usr/lib/gammaray/*/*/.debug \ + /usr/lib/gammaray/*/*/styles/.debug \ +" 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} += " \ b2qt-appcontroller \ qtivi \ ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebbrowser', '', d)} \ + gammaray \ " -- cgit v1.2.3-54-g00ecf