diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-25 20:13:03 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-25 15:03:39 +0200 |
commit | 344230ab1958b528944f4d11fa8c0200d8ab7930 (patch) | |
tree | c63b74aadbf3337bc611fe56090965fecfb615e7 /recipes/oprofile | |
parent | 8d516d8ef61a6769e7391fb27ff43ff622517e68 (diff) |
oprofile-0.9.5: Add oprofile version 0.9.5
We can drop the other two patches as they have been applied.
Diffstat (limited to 'recipes/oprofile')
-rw-r--r-- | recipes/oprofile/oprofile_0.9.5.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/oprofile/oprofile_0.9.5.bb b/recipes/oprofile/oprofile_0.9.5.bb new file mode 100644 index 0000000000..d89624000d --- /dev/null +++ b/recipes/oprofile/oprofile_0.9.5.bb @@ -0,0 +1,27 @@ +require oprofile.inc + +RDEPENDS += "binutils-symlinks" +RRECOMMENDS += "kernel-vmlinux" +PR = "r3" + +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 \ +" |