summaryrefslogtreecommitdiff
path: root/recipes/oprofile/oprofile_0.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/oprofile/oprofile_0.9.3.bb')
-rw-r--r--recipes/oprofile/oprofile_0.9.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/oprofile/oprofile_0.9.3.bb b/recipes/oprofile/oprofile_0.9.3.bb
new file mode 100644
index 0000000000..bdb8d89b42
--- /dev/null
+++ b/recipes/oprofile/oprofile_0.9.3.bb
@@ -0,0 +1,15 @@
+require oprofile.inc
+
+RDEPENDS += "binutils-symlinks"
+RRECOMMENDS += "kernel-vmlinux"
+PR = "r11"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+ 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"