summaryrefslogtreecommitdiffstats
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 @@
1SECTION = "devel"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5LICENSE = "GPL"
6PR = "r0"
7DEPENDS = "gtk+ pango popt"
8
9ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007"
10
11SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
12S = "${WORKDIR}/${ALTNAME}"
13
14inherit autotools
15
16LEAD_SONAME = "liblttvtraceread*"
17
18FILES_${PN} += "\
19 ${libdir}/lttv/plugins/*.so \
20 ${datadir}/LinuxTraceToolkitViewer/facilities/* \
21 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
22FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"