summaryrefslogtreecommitdiff
path: root/meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-01 11:53:30 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-01 11:53:30 +0000
commit2cb33bf1762493267dc8dba7db85354b67f64eb2 (patch)
tree91322efe34e7d5a15e1be082d4b708ded6b2a8c9 /meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb
parent1218268c8bef2fb087db5f0958835c1695c1cb90 (diff)
downloadopenembedded-core-2cb33bf1762493267dc8dba7db85354b67f64eb2.tar.gz
openembedded-core-2cb33bf1762493267dc8dba7db85354b67f64eb2.tar.bz2
openembedded-core-2cb33bf1762493267dc8dba7db85354b67f64eb2.tar.xz
openembedded-core-2cb33bf1762493267dc8dba7db85354b67f64eb2.zip
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.bb23
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 84142dab0..000000000
--- a/meta/packages/lttng/lttng-viewer_0.8.41-20060512.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-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 = "r2"
-DEPENDS = "gtk+ pango popt"
-
-ALTNAME = "LinuxTraceToolkitViewer-0.8.41-12052006"
-
-SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz \
- file://lttv-no-versions.patch;patch=1;pnum=0"
-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/"