diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-10-20 12:46:51 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 17:27:18 +0100 |
| commit | b56be05134f511fee9a7e8d78ba08b711eb99137 (patch) | |
| tree | 1fe2c4ad0d90e9aa6ca0756b44bf749c71cd179a /meta/recipes-kernel/oprofile/oprofile.inc | |
| parent | 85b54b36621aacb2e801b1ea0cea8399871a1fc3 (diff) | |
| download | poky-b56be05134f511fee9a7e8d78ba08b711eb99137.tar.gz | |
oprofile: Update to 0.9.7 and convert cvs->git
(From OE-Core rev: 493e9aa7ba87b2d863ba91f8c5e01e2f92190fb1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
| -rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 35 |
1 files changed, 35 insertions, 0 deletions
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 @@ | |||
| 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*${SOLIBS} ${datadir}/${BPN}" | ||
| 19 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" | ||
| 20 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | ||
| 21 | |||
| 22 | INC_PR = "r0" | ||
| 23 | |||
| 24 | SRC_URI = "file://opstart.patch \ | ||
| 25 | file://oprofile-no-query-modules.patch \ | ||
| 26 | file://acinclude.m4" | ||
| 27 | |||
| 28 | inherit autotools | ||
| 29 | |||
| 30 | EXTRA_OECONF = "--with-kernel-support --without-x" | ||
| 31 | |||
| 32 | do_configure () { | ||
| 33 | cp ${WORKDIR}/acinclude.m4 ${S}/ | ||
| 34 | autotools_do_configure | ||
| 35 | } | ||
