summaryrefslogtreecommitdiff
path: root/openembedded/packages/lttng/lttng-viewer_0.8.41-20060512.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/lttng/lttng-viewer_0.8.41-20060512.bb')
-rw-r--r--openembedded/packages/lttng/lttng-viewer_0.8.41-20060512.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/openembedded/packages/lttng/lttng-viewer_0.8.41-20060512.bb b/openembedded/packages/lttng/lttng-viewer_0.8.41-20060512.bb
deleted file mode 100644
index c6069bc79..000000000
--- a/openembedded/packages/lttng/lttng-viewer_0.8.41-20060512.bb
+++ /dev/null
@@ -1,20 +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"
-MAINTAINER = "Richrd Purdie <richard@openedhand.com>"
-PR = "r1"
-DEPENDS = "gtk+ pango popt"
-
-ALTNAME = "LinuxTraceToolkitViewer-0.8.41-12052006"
-
-SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz "
-S = "${WORKDIR}/${ALTNAME}"
-
-inherit autotools
-
-FILES_${PN} += "\
- ${libdir}/lttv/plugins/* \
- ${datadir}/LinuxTraceToolkitViewer/facilities/* \
- ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "