diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_cvs.bb')
| -rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_cvs.bb | 28 |
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 @@ | |||
| 1 | PV = "0.9.4+cvs${SRCDATE}" | ||
| 2 | PR = "r1" | ||
| 3 | SECTION = "devel" | ||
| 4 | SUMMARY = "System-Wide Profiler" | ||
| 5 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | ||
| 6 | of profiling all running code at low overhead." | ||
| 7 | LICENSE = "GPL" | ||
| 8 | DEPENDS = "popt binutils" | ||
| 9 | RDEPENDS_${PN} = "binutils-symlinks" | ||
| 10 | RRECOMMENDS_${PN} = "kernel-vmlinux" | ||
| 11 | |||
| 12 | DEFAULT_PREFERENCE = "-1" | ||
| 13 | |||
| 14 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | ||
| 15 | file://opstart.patch \ | ||
| 16 | file://acinclude.m4" | ||
| 17 | S = "${WORKDIR}/oprofile" | ||
| 18 | |||
| 19 | inherit autotools | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--with-kernel-support \ | ||
| 22 | --without-x \ | ||
| 23 | --disable-werror " | ||
| 24 | |||
| 25 | do_configure () { | ||
| 26 | cp ${WORKDIR}/acinclude.m4 ${S}/ | ||
| 27 | autotools_do_configure | ||
| 28 | } | ||
