SECTION = "devel" 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 = "binutils-symlinks" RRECOMMENDS = "kernel-vmlinux" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ file://opstart.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/oprofile-${PV}" inherit autotools EXTRA_OECONF = "--with-kernel-support --without-x" do_configure () { cp ${WORKDIR}/acinclude.m4 ${S}/ autotools_do_configure }