From 3881d4ce5c296eb4b682cb1731e830f27d385967 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 22 Jun 2010 01:43:41 -0700 Subject: oprofile: upgrade from 0.9.4 to 0.9.6 Signed-off-by: Nitin A Kamble --- meta/packages/oprofile/oprofile_0.9.4.bb | 22 ---------------------- meta/packages/oprofile/oprofile_0.9.6.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/packages/oprofile/oprofile_0.9.4.bb create mode 100644 meta/packages/oprofile/oprofile_0.9.6.bb diff --git a/meta/packages/oprofile/oprofile_0.9.4.bb b/meta/packages/oprofile/oprofile_0.9.4.bb deleted file mode 100644 index 38f27c78d..000000000 --- a/meta/packages/oprofile/oprofile_0.9.4.bb +++ /dev/null @@ -1,22 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ -of profiling all running code at low overhead." -LICENSE = "GPL" -DEPENDS = "popt binutils" -RDEPENDS = "binutils-symlinks" -RRECOMMENDS = "kernel-vmlinux" -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ - file://opstart.patch;patch=1 \ - file://acinclude.m4" -S = "${WORKDIR}/oprofile-${PV}" - -inherit autotools - -EXTRA_OECONF = "--with-kernel-support --without-x" - -do_configure () { - cp ${WORKDIR}/acinclude.m4 ${S}/ - autotools_do_configure -} diff --git a/meta/packages/oprofile/oprofile_0.9.6.bb b/meta/packages/oprofile/oprofile_0.9.6.bb new file mode 100644 index 000000000..29c3f1bb7 --- /dev/null +++ b/meta/packages/oprofile/oprofile_0.9.6.bb @@ -0,0 +1,22 @@ +SECTION = "devel" +DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ +of profiling all running code at low overhead." +LICENSE = "GPL" +DEPENDS = "popt binutils" +RDEPENDS = "binutils-symlinks" +RRECOMMENDS = "kernel-vmlinux" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ + file://opstart.patch \ + file://acinclude.m4" +S = "${WORKDIR}/oprofile-${PV}" + +inherit autotools + +EXTRA_OECONF = "--with-kernel-support --without-x" + +do_configure () { + cp ${WORKDIR}/acinclude.m4 ${S}/ + autotools_do_configure +} -- cgit v1.2.3