diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-12-05 15:05:26 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-12-05 15:59:21 +0100 |
commit | ab2e2fa85cf5622d5307586221a7bb1e21e68dc4 (patch) | |
tree | 636df270ebb1a2921b6c95b122d593538ed3c43b /packages/oprofile/oprofile_0.9.4.bb | |
parent | 79bfd7c3380dc7f1ddddb1bb00b7d15f20434006 (diff) |
oprofile: move common stuff to oprofile.inc
Diffstat (limited to 'packages/oprofile/oprofile_0.9.4.bb')
-rw-r--r-- | packages/oprofile/oprofile_0.9.4.bb | 25 |
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..63f4093b7e 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 = "r1" 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 |