From 493e9aa7ba87b2d863ba91f8c5e01e2f92190fb1 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 20 Oct 2011 12:46:51 -0700 Subject: oprofile: Update to 0.9.7 and convert cvs->git Signed-off-by: Saul Wold --- meta/recipes-kernel/oprofile/oprofile.inc | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta/recipes-kernel/oprofile/oprofile.inc (limited to 'meta/recipes-kernel/oprofile/oprofile.inc') diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc new file mode 100644 index 0000000000..73a5a07d14 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofile.inc @@ -0,0 +1,35 @@ +SUMMARY = "System-Wide Profiler" +DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ +of profiling all running code at low overhead." +HOMEPAGE = "http://oprofile.sourceforge.net/news/" +BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191" + +LICENSE = "LGPLv2.1+ & GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \ + file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4" + +SECTION = "devel" + +DEPENDS = "popt binutils" +RDEPENDS_${PN} = "binutils-symlinks" +RRECOMMENDS_${PN} = "kernel-vmlinux" + +FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" +FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" +FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" + +INC_PR = "r0" + +SRC_URI = "file://opstart.patch \ + file://oprofile-no-query-modules.patch \ + file://acinclude.m4" + +inherit autotools + +EXTRA_OECONF = "--with-kernel-support --without-x" + +do_configure () { + cp ${WORKDIR}/acinclude.m4 ${S}/ + autotools_do_configure +} -- cgit 1.2.3-korg