summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
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
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')
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb (renamed from meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
index db29c2af6b..71bcb8082f 100644
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://lttng.org/content/download"
5BUGTRACKER = "n/a" 5BUGTRACKER = "n/a"
6 6
7LICENSE = "GPLv2 & LGPLv2.1" 7LICENSE = "GPLv2 & LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
9 file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \ 9 file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
10 file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6" 10 file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
11PR = "r0" 11PR = "r0"
@@ -13,7 +13,7 @@ DEPENDS = "gtk+ pango popt"
13 13
14SECTION = "devel" 14SECTION = "devel"
15 15
16ALTNAME = "lttv-${PV}-pre13-27052008" 16ALTNAME = "lttv-${PV}-20082010"
17 17
18SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" 18SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
19S = "${WORKDIR}/${ALTNAME}" 19S = "${WORKDIR}/${ALTNAME}"