diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-06 13:06:53 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-06 06:55:58 +0100 |
commit | 8df99a826f55f9f2dd8b3c05739aa842d9909886 (patch) | |
tree | 2c5ab5db39923fb1fa6b8cb10d04d13288652da2 /recipes/oprofile/oprofile_0.9.4.bb | |
parent | d1902fa250b04aa6299c8a8fc5d861c9b4930875 (diff) |
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.
Diffstat (limited to 'recipes/oprofile/oprofile_0.9.4.bb')
-rw-r--r-- | recipes/oprofile/oprofile_0.9.4.bb | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/recipes/oprofile/oprofile_0.9.4.bb b/recipes/oprofile/oprofile_0.9.4.bb index a6475ea6f3..e021efdfc1 100644 --- a/recipes/oprofile/oprofile_0.9.4.bb +++ b/recipes/oprofile/oprofile_0.9.4.bb @@ -1,25 +1,9 @@ require oprofile.inc -RDEPENDS += "binutils-symlinks" -RRECOMMENDS += "kernel-vmlinux" -PR = "r3" +PR = "${INC_PR}.0" -SRC_URI = "\ - ${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ +SRC_URI += "\ file://opjitconv-execvp-fix.diff;patch=1 \ file://0.9.4-armv7a.diff;patch=1 \ - 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}-dev += "\ - ${libdir}/oprofile/lib*.so \ - ${libdir}/oprofile/lib*.a \ - ${libdir}/oprofile/lib*.la \ -" |