diff options
Diffstat (limited to 'recipes-kernel/oprofile/oprofile_0.9.6.bb')
| -rw-r--r-- | recipes-kernel/oprofile/oprofile_0.9.6.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-kernel/oprofile/oprofile_0.9.6.bb b/recipes-kernel/oprofile/oprofile_0.9.6.bb new file mode 100644 index 0000000..6664c89 --- /dev/null +++ b/recipes-kernel/oprofile/oprofile_0.9.6.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | SUMMARY = "System-Wide Profiler" | ||
| 2 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | ||
| 3 | of profiling all running code at low overhead." | ||
| 4 | HOMEPAGE = "http://oprofile.sourceforge.net/news/" | ||
| 5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191" | ||
| 6 | |||
| 7 | LICENSE = "LGPLv2.1+ & GPLv2" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 9 | file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \ | ||
| 10 | file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4" | ||
| 11 | |||
| 12 | SECTION = "devel" | ||
| 13 | |||
| 14 | DEPENDS = "popt binutils" | ||
| 15 | RDEPENDS_${PN} = "binutils-symlinks" | ||
| 16 | RRECOMMENDS_${PN} = "kernel-vmlinux" | ||
| 17 | |||
| 18 | FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*.so.* ${datadir}/${BPN}" | ||
| 19 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*.so ${libdir}/${BPN}/lib*.la" | ||
| 20 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | ||
| 21 | |||
| 22 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ | ||
| 23 | file://opstart.patch \ | ||
| 24 | file://oprofile-no-query-modules.patch \ | ||
| 25 | file://oprofile-0.9.6-e500mc-support.patch \ | ||
| 26 | file://oprofile-0.9.6-e500mc-support-2.patch \ | ||
| 27 | file://oprofile-0.9.6-add-e500mc-support-in-op_events.patch" | ||
| 28 | |||
| 29 | SRC_URI[md5sum] = "4e407093ac06200185d5a5e6437d7242" | ||
| 30 | SRC_URI[sha256sum] = "3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880" | ||
| 31 | S = "${WORKDIR}/oprofile-${PV}" | ||
| 32 | |||
| 33 | inherit autotools | ||
| 34 | |||
| 35 | EXTRA_OECONF = "--with-kernel-support --without-x" | ||
