From dc5f45c4e1865381e440788a91a1a20cf5c31269 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 27 Aug 2010 15:37:48 +0800 Subject: lttng-viewer: upgrade from 0.8.84 to 0.10.0 Signed-off-by: Dexuan Cui --- meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb | 30 ++++++++++++++++++++++++ meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb | 22 ----------------- 2 files changed, 30 insertions(+), 22 deletions(-) create mode 100644 meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb delete mode 100644 meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb new file mode 100644 index 0000000000..db29c2af6b --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-viewer_0.10.0.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ +extract program execution details from the Linux operating system and \ +interpret them." +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" + +SECTION = "devel" + +ALTNAME = "lttv-${PV}-pre13-27052008" + +SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" +S = "${WORKDIR}/${ALTNAME}" + +inherit autotools + +LEAD_SONAME = "liblttvtraceread*" + +FILES_${PN} += "\ + ${libdir}/lttv/plugins/*.so \ + ${datadir}/LinuxTraceToolkitViewer/facilities/* \ + ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " +FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" + diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb deleted file mode 100644 index a1786071ec..0000000000 --- a/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb +++ /dev/null @@ -1,22 +0,0 @@ -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" -PR = "r0" -DEPENDS = "gtk+ pango popt" - -ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007" - -SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" -S = "${WORKDIR}/${ALTNAME}" - -inherit autotools - -LEAD_SONAME = "liblttvtraceread*" - -FILES_${PN} += "\ - ${libdir}/lttv/plugins/*.so \ - ${datadir}/LinuxTraceToolkitViewer/facilities/* \ - ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " -FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" -- cgit v1.2.3-54-g00ecf