summaryrefslogtreecommitdiffstats
path: root/meta/packages/oprofile/oprofile_0.9.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-18 15:40:02 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-18 15:40:02 +0000
commitb45b2c21fcafbdefa2f53b25b7c6cfe2cfbb4260 (patch)
treee7f37896a9511db01ec6aa93f462b0bbc13338f2 /meta/packages/oprofile/oprofile_0.9.4.bb
parente8bda8575637b967afaa0321fc3aeb69e809087a (diff)
downloadpoky-b45b2c21fcafbdefa2f53b25b7c6cfe2cfbb4260.tar.gz
oprofile: Update to 0.9.4 making it the default and remove merged patches from cvs version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4877 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile/oprofile_0.9.4.bb')
-rw-r--r--meta/packages/oprofile/oprofile_0.9.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile_0.9.4.bb b/meta/packages/oprofile/oprofile_0.9.4.bb
new file mode 100644
index 0000000000..38f27c78d9
--- /dev/null
+++ b/meta/packages/oprofile/oprofile_0.9.4.bb
@@ -0,0 +1,22 @@
1SECTION = "devel"
2DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
3of profiling all running code at low overhead."
4LICENSE = "GPL"
5DEPENDS = "popt binutils"
6RDEPENDS = "binutils-symlinks"
7RRECOMMENDS = "kernel-vmlinux"
8PR = "r0"
9
10SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
11 file://opstart.patch;patch=1 \
12 file://acinclude.m4"
13S = "${WORKDIR}/oprofile-${PV}"
14
15inherit autotools
16
17EXTRA_OECONF = "--with-kernel-support --without-x"
18
19do_configure () {
20 cp ${WORKDIR}/acinclude.m4 ${S}/
21 autotools_do_configure
22}