diff options
Diffstat (limited to 'meta/packages/oprofile/oprofile_cvs.bb')
| -rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index dab1f093a5..55bfa97fda 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | PV = "0.9.2+cvs${SRCDATE}" | 1 | PV = "0.9.2+cvs${SRCDATE}" |
| 2 | PR = "r4" | 2 | PR = "r5" |
| 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." |
| @@ -7,11 +7,9 @@ LICENSE = "GPL" | |||
| 7 | DEPENDS = "popt binutils" | 7 | DEPENDS = "popt binutils" |
| 8 | 8 | ||
| 9 | 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 \ |
| 10 | file://oprofile_eabi.patch;patch=1 \ | ||
| 11 | file://oparchive-debug-dir.patch;patch=1 \ | 10 | file://oparchive-debug-dir.patch;patch=1 \ |
| 12 | file://oparchive-list-files.patch;patch=1 \ | 11 | file://armv6_events.patch;patch=1 \ |
| 13 | file://cg_collection.patch;patch=1 \ | 12 | file://xscale_events.patch;patch=1 \ |
| 14 | file://xml_callgraph.patch;patch=1 \ | ||
| 15 | file://acinclude.m4" | 13 | file://acinclude.m4" |
| 16 | S = "${WORKDIR}/oprofile" | 14 | S = "${WORKDIR}/oprofile" |
| 17 | 15 | ||
