aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb
new file mode 100644
index 0000000000..a1786071ec
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb
@@ -0,0 +1,22 @@
+SECTION = "devel"
+DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
+extract program execution details from the Linux operating system and \
+interpret them."
+LICENSE = "GPL"
+PR = "r0"
+DEPENDS = "gtk+ pango popt"
+
+ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007"
+
+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/"