summaryrefslogtreecommitdiff
path: root/packages/oprofile/oprofile_0.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/oprofile/oprofile_0.9.4.bb')
-rw-r--r--packages/oprofile/oprofile_0.9.4.bb25
1 files changed, 5 insertions, 20 deletions
diff --git a/packages/oprofile/oprofile_0.9.4.bb b/packages/oprofile/oprofile_0.9.4.bb
index f8fb744fcc..1626fe4835 100644
--- a/packages/oprofile/oprofile_0.9.4.bb
+++ b/packages/oprofile/oprofile_0.9.4.bb
@@ -1,11 +1,8 @@
-SECTION = "devel"
-DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
-of profiling all running code at low overhead."
-LICENSE = "GPL"
-DEPENDS = "popt binutils"
-RDEPENDS = "binutils-symlinks"
-RRECOMMENDS = "kernel-vmlinux"
-PR = "r0"
+require oprofile.inc
+
+RDEPENDS += "binutils-symlinks"
+RRECOMMENDS += "kernel-vmlinux"
+PR = "r2"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
@@ -14,18 +11,6 @@ SRC_URI = "\
file://acinclude.m4 \
"
-inherit autotools
-
-EXTRA_OECONF = " \
- --with-kernel-support \
- --without-x \
- "
-
-do_configure () {
- cp ${WORKDIR}/acinclude.m4 ${S}/
- autotools_do_configure
-}
-
do_stage () {
# As of 0.9.4 there is a libopagent library to compile and link against.
autotools_stage_all