summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_cvs.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-20 12:46:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-24 17:27:18 +0100
commitb56be05134f511fee9a7e8d78ba08b711eb99137 (patch)
tree1fe2c4ad0d90e9aa6ca0756b44bf749c71cd179a /meta/recipes-kernel/oprofile/oprofile_cvs.bb
parent85b54b36621aacb2e801b1ea0cea8399871a1fc3 (diff)
downloadpoky-b56be05134f511fee9a7e8d78ba08b711eb99137.tar.gz
oprofile: Update to 0.9.7 and convert cvs->git
(From OE-Core rev: 493e9aa7ba87b2d863ba91f8c5e01e2f92190fb1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_cvs.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_cvs.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_cvs.bb b/meta/recipes-kernel/oprofile/oprofile_cvs.bb
deleted file mode 100644
index c66f4d3f87..0000000000
--- a/meta/recipes-kernel/oprofile/oprofile_cvs.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1PV = "0.9.4+cvs${SRCDATE}"
2PR = "r1"
3SECTION = "devel"
4SUMMARY = "System-Wide Profiler"
5DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
6of profiling all running code at low overhead."
7LICENSE = "GPL"
8DEPENDS = "popt binutils"
9RDEPENDS_${PN} = "binutils-symlinks"
10RRECOMMENDS_${PN} = "kernel-vmlinux"
11
12DEFAULT_PREFERENCE = "-1"
13
14SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \
15 file://opstart.patch \
16 file://acinclude.m4"
17S = "${WORKDIR}/oprofile"
18
19inherit autotools
20
21EXTRA_OECONF = "--with-kernel-support \
22 --without-x \
23 --disable-werror "
24
25do_configure () {
26 cp ${WORKDIR}/acinclude.m4 ${S}/
27 autotools_do_configure
28}