summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-09-03 21:27:57 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-03 18:17:44 +0100
commit02c122cb5ee5e5a478c1eb19233d34b644d621b2 (patch)
tree9d742261e1d54bd50ce0273e298bb9bbd3936165 /meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
parentee3e62299952280b6ae98919db11e650bc8ff363 (diff)
downloadpoky-02c122cb5ee5e5a478c1eb19233d34b644d621b2.tar.gz
lttng-viewer: upgrade to the latest version 0.12.35
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
new file mode 100644
index 0000000000..71bcb8082f
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
@@ -0,0 +1,30 @@
1DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
2extract program execution details from the Linux operating system and \
3interpret them."
4HOMEPAGE = "http://lttng.org/content/download"
5BUGTRACKER = "n/a"
6
7LICENSE = "GPLv2 & LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
9 file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
10 file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
11PR = "r0"
12DEPENDS = "gtk+ pango popt"
13
14SECTION = "devel"
15
16ALTNAME = "lttv-${PV}-20082010"
17
18SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
19S = "${WORKDIR}/${ALTNAME}"
20
21inherit autotools
22
23LEAD_SONAME = "liblttvtraceread*"
24
25FILES_${PN} += "\
26 ${libdir}/lttv/plugins/*.so \
27 ${datadir}/LinuxTraceToolkitViewer/facilities/* \
28 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
29FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
30