summaryrefslogtreecommitdiff
path: root/meta/packages/oprofile/oprofile_0.9.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-01 09:21:56 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-01 09:21:56 +0000
commit7aca4568945bd6df3838eb65e7a9f17eb2094683 (patch)
tree6d62c3a9a7c4836aa0545934775a7d0662d9736e /meta/packages/oprofile/oprofile_0.9.3.bb
parent596b7b888dffe91768175c8298de7cfb5f1d8381 (diff)
downloadopenembedded-core-7aca4568945bd6df3838eb65e7a9f17eb2094683.tar.gz
openembedded-core-7aca4568945bd6df3838eb65e7a9f17eb2094683.tar.bz2
openembedded-core-7aca4568945bd6df3838eb65e7a9f17eb2094683.tar.xz
openembedded-core-7aca4568945bd6df3838eb65e7a9f17eb2094683.zip
oprofile: Add opstart/opstop commands, fix armv6 events file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2822 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.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile_0.9.3.bb b/meta/packages/oprofile/oprofile_0.9.3.bb
index 5c8746f0e..ac7ba3b60 100644
--- a/meta/packages/oprofile/oprofile_0.9.3.bb
+++ b/meta/packages/oprofile/oprofile_0.9.3.bb
@@ -4,8 +4,11 @@ of profiling all running code at low overhead."
LICENSE = "GPL"
DEPENDS = "popt binutils"
RDEPENDS = "binutils-symlinks"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+ file://opstart.patch;patch=1 \
+ file://armv6_fix.patch;patch=1 \
file://acinclude.m4"
S = "${WORKDIR}/oprofile-${PV}"