diff options
Diffstat (limited to 'meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb')
-rw-r--r-- | meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb b/meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb deleted file mode 100644 index 84142dab09..0000000000 --- a/meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
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 = "r2" | ||
7 | DEPENDS = "gtk+ pango popt" | ||
8 | |||
9 | ALTNAME = "LinuxTraceToolkitViewer-0.8.41-12052006" | ||
10 | |||
11 | SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz \ | ||
12 | file://lttv-no-versions.patch;patch=1;pnum=0" | ||
13 | S = "${WORKDIR}/${ALTNAME}" | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | LEAD_SONAME = "liblttvtraceread*" | ||
18 | |||
19 | FILES_${PN} += "\ | ||
20 | ${libdir}/lttv/plugins/*.so \ | ||
21 | ${datadir}/LinuxTraceToolkitViewer/facilities/* \ | ||
22 | ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " | ||
23 | FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" | ||