]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-viewer: upgrade from 0.8.84 to 0.10.0
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 27 Aug 2010 07:37:48 +0000 (15:37 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 31 Aug 2010 16:22:03 +0000 (17:22 +0100)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb [moved from meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb with 57% similarity]

similarity index 57%
rename from meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb
rename to meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb
index a1786071ecc97c3f47b6d18f6a74f28eb62db129..db29c2af6bc680c84b040507bc92ad632283080a 100644 (file)
@@ -1,12 +1,19 @@
-SECTION = "devel"
 DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
 extract program execution details from the Linux operating system and  \
 interpret them."
-LICENSE = "GPL"
+HOMEPAGE = "http://lttng.org/content/download"
+BUGTRACKER = "n/a"
+
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
+                    file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
 PR = "r0"
 DEPENDS = "gtk+ pango popt"
 
-ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007"
+SECTION = "devel"
+
+ALTNAME = "lttv-${PV}-pre13-27052008"
 
 SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
 S = "${WORKDIR}/${ALTNAME}"
@@ -20,3 +27,4 @@ FILES_${PN} += "\
     ${datadir}/LinuxTraceToolkitViewer/facilities/* \
     ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
 FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
+