aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/oprofile/oprofile_0.9.3.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-06 13:06:53 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-06 06:55:58 +0100
commit8df99a826f55f9f2dd8b3c05739aa842d9909886 (patch)
tree2c5ab5db39923fb1fa6b8cb10d04d13288652da2 /recipes/oprofile/oprofile_0.9.3.bb
parentd1902fa250b04aa6299c8a8fc5d861c9b4930875 (diff)
downloadopenembedded-8df99a826f55f9f2dd8b3c05739aa842d9909886.tar.gz
oprofile: Move more functionality to oprofile.inc, remove version 0.9.2
* Remove version 0.9.2. It does not compile with a recent stdc++, the compiler is reporting other scary bits as well and it is quite old where all other versions are just dropins. * Move everyting into the .inc file, remove the PACKAGES line and convert it to the INC_PR. * All existing variants were compile tested.
Diffstat (limited to 'recipes/oprofile/oprofile_0.9.3.bb')
-rw-r--r--recipes/oprofile/oprofile_0.9.3.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/oprofile/oprofile_0.9.3.bb b/recipes/oprofile/oprofile_0.9.3.bb
index bdb8d89b42..1b7cf3cc27 100644
--- a/recipes/oprofile/oprofile_0.9.3.bb
+++ b/recipes/oprofile/oprofile_0.9.3.bb
@@ -1,15 +1,12 @@
require oprofile.inc
-RDEPENDS += "binutils-symlinks"
-RRECOMMENDS += "kernel-vmlinux"
-PR = "r11"
+PR = "${INC_PR}.0"
-SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+SRC_URI += "\
file://armv6_fix.patch;patch=1 \
file://oparchive_fix.patch;patch=1 \
file://root_option.patch;patch=1 \
file://opstart.patch;patch=1 \
file://fix-arith.patch;patch=1;pnum=0 \
file://gcc43x-fix.patch;patch=1 \
- file://armv7a.diff;patch=1 \
- file://acinclude.m4"
+ file://armv7a.diff;patch=1"