From 8df99a826f55f9f2dd8b3c05739aa842d9909886 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 6 Jan 2010 13:06:53 +0800 Subject: 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. --- recipes/oprofile/oprofile_0.9.5.bb | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'recipes/oprofile/oprofile_0.9.5.bb') diff --git a/recipes/oprofile/oprofile_0.9.5.bb b/recipes/oprofile/oprofile_0.9.5.bb index d89624000d..066eb050b2 100644 --- a/recipes/oprofile/oprofile_0.9.5.bb +++ b/recipes/oprofile/oprofile_0.9.5.bb @@ -1,27 +1,4 @@ require oprofile.inc -RDEPENDS += "binutils-symlinks" -RRECOMMENDS += "kernel-vmlinux" -PR = "r3" +PR = "${INC_PR}.0" -SRC_URI = "\ - ${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ - file://acinclude.m4 \ - " - -do_stage () { - # As of 0.9.4 there is a libopagent library to compile and link against. - autotools_stage_all -} - -PACKAGES = "${PN}-dev ${PN}-doc ${PN}-dbg ${PN}" - -FILES_${PN} += "\ - ${libdir}/oprofile/libopagent.so.* \ -" - -FILES_${PN}-dev += "\ - ${libdir}/oprofile/lib*.so \ - ${libdir}/oprofile/lib*.a \ - ${libdir}/oprofile/lib*.la \ -" -- cgit 1.2.3-korg