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