diff options
Diffstat (limited to 'meta/packages/oprofile/oprofile_cvs.bb')
-rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index 1a255d3577..087cc33967 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | PV = "0.9.1+cvs${SRCDATE}" | 1 | PV = "0.9.1+cvs${SRCDATE}" |
2 | PR = "r1" | ||
2 | SECTION = "devel" | 3 | SECTION = "devel" |
3 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 4 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
4 | of profiling all running code at low overhead." | 5 | of profiling all running code at low overhead." |
@@ -7,6 +8,7 @@ DEPENDS = "popt binutils" | |||
7 | 8 | ||
8 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
9 | file://no_arm_mapping_syms.patch;patch=1 \ | 10 | file://no_arm_mapping_syms.patch;patch=1 \ |
11 | file://opcontrol_bashisms.patch;patch=1 \ | ||
10 | file://acinclude.m4" | 12 | file://acinclude.m4" |
11 | S = "${WORKDIR}/oprofile" | 13 | S = "${WORKDIR}/oprofile" |
12 | 14 | ||