diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-18 15:13:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-18 15:13:53 +0000 |
commit | 97470a03ce59301e4ddfca93af76adcc49efad4d (patch) | |
tree | b25a1647e9b9847f15a0e491a41597ef618aeecb /packages/oprofile/oprofile_cvs.bb | |
parent | 9605a91a5f0fe0017961a9c6d8845db2d0a629b7 (diff) | |
parent | 1d784637a62bed7702bba56771b051899744f0bf (diff) |
merge of '667771aae40d71d3a640333d77db8501aaa679df'
and '789d64c5f0950113dd422cc0a20a91d15947ad09'
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" |