diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-30 10:01:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-30 10:01:14 +0000 |
commit | 8e9f535de853ac1e3f5c239bab6ae4f672382ace (patch) | |
tree | 15dcc0c6bef2bdefe81b06b00908e547ef1764c0 /meta/packages/oprofile | |
parent | a6e8538c3e09c229e5527a0ec8331642026df761 (diff) | |
download | poky-8e9f535de853ac1e3f5c239bab6ae4f672382ace.tar.gz |
oprofile: Add RRECOMMENDS for kernel-vmlinux
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4743 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile')
-rw-r--r-- | meta/packages/oprofile/oprofile_0.9.3.bb | 3 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/oprofile/oprofile_0.9.3.bb b/meta/packages/oprofile/oprofile_0.9.3.bb index c4194ab2e1..d0a18588b1 100644 --- a/meta/packages/oprofile/oprofile_0.9.3.bb +++ b/meta/packages/oprofile/oprofile_0.9.3.bb | |||
@@ -4,7 +4,8 @@ of profiling all running code at low overhead." | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "popt binutils" | 5 | DEPENDS = "popt binutils" |
6 | RDEPENDS = "binutils-symlinks" | 6 | RDEPENDS = "binutils-symlinks" |
7 | PR = "r4" | 7 | RRECOMMENDS = "kernel-vmlinux" |
8 | PR = "r5" | ||
8 | 9 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ |
10 | file://armv6_fix.patch;patch=1 \ | 11 | file://armv6_fix.patch;patch=1 \ |
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index 2096a27b40..cab065a073 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | PV = "0.9.3+cvs${SRCDATE}" | 1 | PV = "0.9.3+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 | RDEPENDS = "binutils-symlinks" |
9 | RRECOMMENDS = "kernel-vmlinux" | ||
9 | 10 | ||
10 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 11 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
11 | file://opstart.patch;patch=1 \ | 12 | file://opstart.patch;patch=1 \ |