diff options
author | Richard Purdie <richard@openedhand.com> | 2006-10-11 14:39:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-10-11 14:39:05 +0000 |
commit | 272266f06ffbf67a73893ac5c46ee5e14688b16f (patch) | |
tree | d1dbc62492a2ff47897d046e8ffd0460fd8eab2c /meta/packages/oprofile/oprofile_cvs.bb | |
parent | 6dfc07b50aca754da52d9ce22d9f6caaf24bd61c (diff) | |
download | poky-272266f06ffbf67a73893ac5c46ee5e14688b16f.tar.gz |
oprofile: Remove some bashisms and general breakage
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@792 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | ||