diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-08-27 15:37:48 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-31 17:22:03 +0100 |
commit | dc5f45c4e1865381e440788a91a1a20cf5c31269 (patch) | |
tree | 02a8be38298707bd10eca243fdf0504724f2a692 | |
parent | b36e98043e4ddf70e0ad335377521ed09ef8419c (diff) | |
download | poky-dc5f45c4e1865381e440788a91a1a20cf5c31269.tar.gz |
lttng-viewer: upgrade from 0.8.84 to 0.10.0
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb (renamed from meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb) | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb index a1786071ec..db29c2af6b 100644 --- a/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb +++ b/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb | |||
@@ -1,12 +1,19 @@ | |||
1 | SECTION = "devel" | ||
2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | 1 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ |
3 | extract program execution details from the Linux operating system and \ | 2 | extract program execution details from the Linux operating system and \ |
4 | interpret them." | 3 | interpret them." |
5 | LICENSE = "GPL" | 4 | HOMEPAGE = "http://lttng.org/content/download" |
5 | BUGTRACKER = "n/a" | ||
6 | |||
7 | LICENSE = "GPLv2 & LGPLv2.1" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
9 | file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \ | ||
10 | file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6" | ||
6 | PR = "r0" | 11 | PR = "r0" |
7 | DEPENDS = "gtk+ pango popt" | 12 | DEPENDS = "gtk+ pango popt" |
8 | 13 | ||
9 | ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007" | 14 | SECTION = "devel" |
15 | |||
16 | ALTNAME = "lttv-${PV}-pre13-27052008" | ||
10 | 17 | ||
11 | SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" | 18 | SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" |
12 | S = "${WORKDIR}/${ALTNAME}" | 19 | S = "${WORKDIR}/${ALTNAME}" |
@@ -20,3 +27,4 @@ FILES_${PN} += "\ | |||
20 | ${datadir}/LinuxTraceToolkitViewer/facilities/* \ | 27 | ${datadir}/LinuxTraceToolkitViewer/facilities/* \ |
21 | ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " | 28 | ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " |
22 | FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" | 29 | FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" |
30 | |||