diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-17 12:51:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-17 12:51:00 +0000 |
commit | d2fc8b2c55b1e16784716a06d16705fb6d72cb11 (patch) | |
tree | eb4b40b18294a53bcb1adbc9f87589a0775bc56e /packages/oprofile/oprofile_cvs.bb | |
parent | d189f18f99cd20ebed5c0a5b16cbfb6436229373 (diff) |
oprofile: sync with poky
Diffstat (limited to 'packages/oprofile/oprofile_cvs.bb')
-rw-r--r-- | packages/oprofile/oprofile_cvs.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/oprofile/oprofile_cvs.bb b/packages/oprofile/oprofile_cvs.bb index 2eec2a7836..2096a27b40 100644 --- a/packages/oprofile/oprofile_cvs.bb +++ b/packages/oprofile/oprofile_cvs.bb @@ -1,14 +1,14 @@ -PV = "0.9.2+cvs${SRCDATE}" -PR = "r1" +PV = "0.9.3+cvs${SRCDATE}" +PR = "r0" 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" - -DEFAULT_PREFERENCE = "-1" +RDEPENDS = "binutils-symlinks" SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ + file://opstart.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/oprofile" |