diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-04-20 11:02:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:28 +0100 |
commit | f0752b45ef2f8c7e87fa13f15f7763666c76d9e1 (patch) | |
tree | 4258038d7435d907cc2f919c8d415f68befc779a /meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | |
parent | 320a641df18024265c3d2b3b08251a231f9fd6a0 (diff) | |
download | poky-f0752b45ef2f8c7e87fa13f15f7763666c76d9e1.tar.gz |
lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38
(From OE-Core rev: a23cf65b090df76ea739b8d51111589dee7fd5a1)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb new file mode 100644 index 0000000000..b8f2f2c7a2 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | |||
@@ -0,0 +1,35 @@ | |||
1 | SUMMARY = "Linux Trace Toolkit Viewer" | ||
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 | HOMEPAGE = "http://lttng.org/content/download" | ||
6 | BUGTRACKER = "n/a" | ||
7 | |||
8 | LICENSE = "GPLv2 & LGPLv2.1" | ||
9 | LIC_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" | ||
12 | PR = "r0" | ||
13 | DEPENDS = "gtk+ pango popt" | ||
14 | |||
15 | SECTION = "devel" | ||
16 | |||
17 | ALTNAME = "lttv-${PV}-21032011" | ||
18 | |||
19 | SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" | ||
20 | |||
21 | SRC_URI[md5sum] = "071bf3dd13e7562c08ee8f8971cfc76d" | ||
22 | SRC_URI[sha256sum] = "cf87ffcf5d266b18979418e610a180a0b4214de41677f0be867885e15b2f7647" | ||
23 | S = "${WORKDIR}/${ALTNAME}" | ||
24 | |||
25 | inherit autotools | ||
26 | |||
27 | LEAD_SONAME = "liblttvtraceread*" | ||
28 | |||
29 | FILES_${PN} += "\ | ||
30 | ${libdir}/liblttvtraceread*.so \ | ||
31 | ${libdir}/lttv/plugins/*.so \ | ||
32 | ${datadir}/LinuxTraceToolkitViewer/facilities/* \ | ||
33 | ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " | ||
34 | FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" | ||
35 | |||