From b45b2c21fcafbdefa2f53b25b7c6cfe2cfbb4260 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Jul 2008 15:40:02 +0000 Subject: oprofile: Update to 0.9.4 making it the default and remove merged patches from cvs version git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4877 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/oprofile/oprofile_0.9.4.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/packages/oprofile/oprofile_0.9.4.bb (limited to 'meta/packages/oprofile/oprofile_0.9.4.bb') diff --git a/meta/packages/oprofile/oprofile_0.9.4.bb b/meta/packages/oprofile/oprofile_0.9.4.bb new file mode 100644 index 000000000..38f27c78d --- /dev/null +++ b/meta/packages/oprofile/oprofile_0.9.4.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;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 +} -- cgit v1.2.3