From f0752b45ef2f8c7e87fa13f15f7763666c76d9e1 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 20 Apr 2011 11:02:51 +0800 Subject: lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38 (From OE-Core rev: a23cf65b090df76ea739b8d51111589dee7fd5a1) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb | 35 ----------------------- meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | 35 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb create mode 100644 meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb (limited to 'meta/recipes-kernel/lttng') diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb deleted file mode 100644 index fc1321005e..0000000000 --- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Linux Trace Toolkit Viewer" -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=f650d5f5af1e9648fe0b40e290d3adbb \ - 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}-18112010" - -SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" - -SRC_URI[md5sum] = "967f7c9c843a43e2ec2ef9216edabc70" -SRC_URI[sha256sum] = "a7d14ae84f9bb123298840922730d3121fa073dc036dccac63083d9686adeacd" -S = "${WORKDIR}/${ALTNAME}" - -inherit autotools - -LEAD_SONAME = "liblttvtraceread*" - -FILES_${PN} += "\ - ${libdir}/liblttvtraceread*.so \ - ${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.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 @@ +SUMMARY = "Linux Trace Toolkit Viewer" +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=f650d5f5af1e9648fe0b40e290d3adbb \ + 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}-21032011" + +SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" + +SRC_URI[md5sum] = "071bf3dd13e7562c08ee8f8971cfc76d" +SRC_URI[sha256sum] = "cf87ffcf5d266b18979418e610a180a0b4214de41677f0be867885e15b2f7647" +S = "${WORKDIR}/${ALTNAME}" + +inherit autotools + +LEAD_SONAME = "liblttvtraceread*" + +FILES_${PN} += "\ + ${libdir}/liblttvtraceread*.so \ + ${libdir}/lttv/plugins/*.so \ + ${datadir}/LinuxTraceToolkitViewer/facilities/* \ + ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " +FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" + -- cgit v1.2.3-54-g00ecf