diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-27 16:30:56 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-27 16:30:56 +0000 |
commit | fc5d8af7a71876283b16f1a9a0fb701aa7c1db74 (patch) | |
tree | 942b2aa45bbbc1cd4804167dfd86ce7683b5a01d /meta/packages/oprofile/oprofile_0.9.3.bb | |
parent | 261c8d8c775f44b6935a5b36ee00a084910afae7 (diff) | |
download | poky-fc5d8af7a71876283b16f1a9a0fb701aa7c1db74.tar.gz |
oprofile: fix arithmetic ops on dash
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3259 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile/oprofile_0.9.3.bb')
-rw-r--r-- | meta/packages/oprofile/oprofile_0.9.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/oprofile/oprofile_0.9.3.bb b/meta/packages/oprofile/oprofile_0.9.3.bb index c4ea585c85..c4194ab2e1 100644 --- a/meta/packages/oprofile/oprofile_0.9.3.bb +++ b/meta/packages/oprofile/oprofile_0.9.3.bb | |||
@@ -4,13 +4,14 @@ of profiling all running code at low overhead." | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "popt binutils" | 5 | DEPENDS = "popt binutils" |
6 | RDEPENDS = "binutils-symlinks" | 6 | RDEPENDS = "binutils-symlinks" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ |
10 | file://armv6_fix.patch;patch=1 \ | 10 | file://armv6_fix.patch;patch=1 \ |
11 | file://oparchive_fix.patch;patch=1 \ | 11 | file://oparchive_fix.patch;patch=1 \ |
12 | file://root_option.patch;patch=1 \ | 12 | file://root_option.patch;patch=1 \ |
13 | file://opstart.patch;patch=1 \ | 13 | file://opstart.patch;patch=1 \ |
14 | file://fix-arith.patch;patch=1;pnum=0 \ | ||
14 | file://acinclude.m4" | 15 | file://acinclude.m4" |
15 | S = "${WORKDIR}/oprofile-${PV}" | 16 | S = "${WORKDIR}/oprofile-${PV}" |
16 | 17 | ||