summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-01-27 20:16:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 16:49:14 +0000
commit7e2f36814ebf2e34c0447f5b0d87e10dad78d623 (patch)
tree8eead8dede4a82b3d937137b093bd5b96a1fefb3 /meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
parente8f2bfcfdaee3cd5cbdb4cf10d48c91bfa741f00 (diff)
downloadpoky-7e2f36814ebf2e34c0447f5b0d87e10dad78d623.tar.gz
lttng-viewer: upgrade from 0.12.35 to 0.12.36
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.bb34
1 files changed, 0 insertions, 34 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
deleted file mode 100644
index 94c615502f..0000000000
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
+++ /dev/null
@@ -1,34 +0,0 @@
1SUMMARY = "Linux Trace Toolkit Viewer"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5HOMEPAGE = "http://lttng.org/content/download"
6BUGTRACKER = "n/a"
7
8LICENSE = "GPLv2 & LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
10 file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
11 file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
12PR = "r0"
13DEPENDS = "gtk+ pango popt"
14
15SECTION = "devel"
16
17ALTNAME = "lttv-${PV}-20082010"
18
19SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
20
21SRC_URI[md5sum] = "ebcbc4e21184b4b0dcb0611b4977dad8"
22SRC_URI[sha256sum] = "d258b13cd76c37e4f8395c06159986dd45517bef312895ffa59722087a2879e7"
23S = "${WORKDIR}/${ALTNAME}"
24
25inherit autotools
26
27LEAD_SONAME = "liblttvtraceread*"
28
29FILES_${PN} += "\
30 ${libdir}/lttv/plugins/*.so \
31 ${datadir}/LinuxTraceToolkitViewer/facilities/* \
32 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
33FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
34