diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-26 14:28:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-26 14:28:07 +0000 |
commit | 24f13ade828c10aee426164e9a35d455027e3358 (patch) | |
tree | ba00cd5b1a2e608862e0a999e6ad884452259bc6 /meta/packages | |
parent | 2c0b1aa748bb471f6ed1593922150a9b384f2341 (diff) | |
download | poky-24f13ade828c10aee426164e9a35d455027e3358.tar.gz |
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')
-rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index 18b3f371e5..548fd00b4b 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
@@ -1,10 +1,11 @@ | |||
1 | PV = "0.9.2+cvs${SRCDATE}" | 1 | PV = "0.9.2+cvs${SRCDATE}" |
2 | PR = "r0" | 2 | PR = "r1" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 4 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
5 | of profiling all running code at low overhead." | 5 | of profiling all running code at low overhead." |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | DEPENDS = "popt binutils" | 7 | DEPENDS = "popt binutils" |
8 | RDEPENDS = "binutils-symlinks" | ||
8 | 9 | ||
9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 10 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
10 | file://acinclude.m4" | 11 | file://acinclude.m4" |