summaryrefslogtreecommitdiff
path: root/meta/packages/oprofile
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-26 14:28:07 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-26 14:28:07 +0000
commit24f13ade828c10aee426164e9a35d455027e3358 (patch)
treeba00cd5b1a2e608862e0a999e6ad884452259bc6 /meta/packages/oprofile
parent2c0b1aa748bb471f6ed1593922150a9b384f2341 (diff)
downloadopenembedded-core-24f13ade828c10aee426164e9a35d455027e3358.tar.gz
openembedded-core-24f13ade828c10aee426164e9a35d455027e3358.tar.bz2
openembedded-core-24f13ade828c10aee426164e9a35d455027e3358.tar.xz
openembedded-core-24f13ade828c10aee426164e9a35d455027e3358.zip
oprofile: Add RDEPENDS on binutils-symlinks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2233 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile')
-rw-r--r--meta/packages/oprofile/oprofile_cvs.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb
index 18b3f371e..548fd00b4 100644
--- a/meta/packages/oprofile/oprofile_cvs.bb
+++ b/meta/packages/oprofile/oprofile_cvs.bb
@@ -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"