diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_cvs.bb')
| -rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_cvs.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_cvs.bb b/meta/recipes-kernel/oprofile/oprofile_cvs.bb new file mode 100644 index 0000000000..dd8dd58863 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofile_cvs.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | PV = "0.9.4+cvs${SRCDATE}" | ||
| 2 | PR = "r0" | ||
| 3 | SECTION = "devel" | ||
| 4 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | ||
| 5 | of profiling all running code at low overhead." | ||
| 6 | LICENSE = "GPL" | ||
| 7 | DEPENDS = "popt binutils" | ||
| 8 | RDEPENDS = "binutils-symlinks" | ||
| 9 | RRECOMMENDS = "kernel-vmlinux" | ||
| 10 | |||
| 11 | DEFAULT_PREFERENCE = "-1" | ||
| 12 | |||
| 13 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | ||
| 14 | file://opstart.patch;patch=1 \ | ||
| 15 | file://acinclude.m4" | ||
| 16 | S = "${WORKDIR}/oprofile" | ||
| 17 | |||
| 18 | inherit autotools | ||
| 19 | |||
| 20 | EXTRA_OECONF = "--with-kernel-support \ | ||
| 21 | --without-x \ | ||
| 22 | --disable-werror " | ||
| 23 | |||
| 24 | do_configure () { | ||
| 25 | cp ${WORKDIR}/acinclude.m4 ${S}/ | ||
| 26 | autotools_do_configure | ||
| 27 | } | ||
