diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-01 11:53:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-01 11:53:30 +0000 |
commit | 2cb33bf1762493267dc8dba7db85354b67f64eb2 (patch) | |
tree | 91322efe34e7d5a15e1be082d4b708ded6b2a8c9 /meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb | |
parent | 1218268c8bef2fb087db5f0958835c1695c1cb90 (diff) | |
download | poky-2cb33bf1762493267dc8dba7db85354b67f64eb2.tar.gz |
lttng-viewer: 0.8.41 -> 0.8.83
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2253 311d38ba-8fff-0310-9ca6-ca027cbcb966
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/" | ||