summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_cvs.bb
diff options
context:
space:
mode:
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}