From 1b447bc1c9f5c9b6bd39e2ce2d24e78813422b5d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Feb 2007 16:58:36 +0000 Subject: oprofile: Add ability to output XML callgraph information git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1289 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/oprofile/oprofile_cvs.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/oprofile/oprofile_cvs.bb') diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index 3b9eae9110..a085cc41de 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb @@ -1,5 +1,5 @@ PV = "0.9.2+cvs${SRCDATE}" -PR = "r1" +PR = "r2" SECTION = "devel" DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ of profiling all running code at low overhead." @@ -11,6 +11,7 @@ SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module= file://oparchive-debug-dir.patch;patch=1 \ file://oparchive-list-files.patch;patch=1 \ file://opreport-xml-output-fixes.patch;patch=1 \ + file://xml_callgraph.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/oprofile" -- cgit v1.2.3-54-g00ecf