summaryrefslogtreecommitdiffstats
path: root/meta/packages/oprofile/oprofile_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/oprofile/oprofile_cvs.bb')
-rw-r--r--meta/packages/oprofile/oprofile_cvs.bb2
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 @@
1PV = "0.9.1+cvs${SRCDATE}" 1PV = "0.9.1+cvs${SRCDATE}"
2PR = "r1"
2SECTION = "devel" 3SECTION = "devel"
3DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ 4DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
4of profiling all running code at low overhead." 5of profiling all running code at low overhead."
@@ -7,6 +8,7 @@ DEPENDS = "popt binutils"
7 8
8SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ 9SRC_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"
11S = "${WORKDIR}/oprofile" 13S = "${WORKDIR}/oprofile"
12 14