aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
new file mode 100644
index 0000000000..71bcb8082f
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
+extract program execution details from the Linux operating system and \
+interpret them."
+HOMEPAGE = "http://lttng.org/content/download"
+BUGTRACKER = "n/a"
+
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
+ file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
+ file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
+PR = "r0"
+DEPENDS = "gtk+ pango popt"
+
+SECTION = "devel"
+
+ALTNAME = "lttv-${PV}-20082010"
+
+SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
+S = "${WORKDIR}/${ALTNAME}"
+
+inherit autotools
+
+LEAD_SONAME = "liblttvtraceread*"
+
+FILES_${PN} += "\
+ ${libdir}/lttv/plugins/*.so \
+ ${datadir}/LinuxTraceToolkitViewer/facilities/* \
+ ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
+FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
+