oprofile: Add RRECOMMENDS for kernel-vmlinux

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4743 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-06-30 10:01:14 +00:00
parent a6e8538c3e
commit 8e9f535de8
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@ of profiling all running code at low overhead."
LICENSE = "GPL"
DEPENDS = "popt binutils"
RDEPENDS = "binutils-symlinks"
PR = "r4"
RRECOMMENDS = "kernel-vmlinux"
PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
file://armv6_fix.patch;patch=1 \

View File

@ -1,11 +1,12 @@
PV = "0.9.3+cvs${SRCDATE}"
PR = "r0"
PR = "r1"
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"
SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \
file://opstart.patch;patch=1 \