generic-poky/meta/packages/oprofile/oprofile_0.9.6.bb

23 lines
574 B
BlitzBasic

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 \
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
}