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 @@ -PV = "0.9.4+cvs${SRCDATE}" -PR = "r1" -SECTION = "devel" -SUMMARY = "System-Wide Profiler" -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_${PN} = "binutils-symlinks" -RRECOMMENDS_${PN} = "kernel-vmlinux" - -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ - file://opstart.patch \ - file://acinclude.m4" -S = "${WORKDIR}/oprofile" - -inherit autotools - -EXTRA_OECONF = "--with-kernel-support \ - --without-x \ - --disable-werror " - -do_configure () { - cp ${WORKDIR}/acinclude.m4 ${S}/ - autotools_do_configure -} |