oprofile: Add RDEPENDS on binutils-symlinks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2233 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-07-26 14:28:07 +00:00
parent 2c0b1aa748
commit 24f13ade82

View File

@@ -1,10 +1,11 @@
PV = "0.9.2+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"
SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \
file://acinclude.m4"