From 272266f06ffbf67a73893ac5c46ee5e14688b16f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Oct 2006 14:39:05 +0000 Subject: oprofile: Remove some bashisms and general breakage git-svn-id: https://svn.o-hand.com/repos/poky/trunk@792 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/oprofile/oprofile_cvs.bb | 2 ++ 1 file changed, 2 insertions(+) (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 1a255d3577..087cc33967 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb @@ -1,4 +1,5 @@ PV = "0.9.1+cvs${SRCDATE}" +PR = "r1" SECTION = "devel" DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ of profiling all running code at low overhead." @@ -7,6 +8,7 @@ DEPENDS = "popt binutils" SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ file://no_arm_mapping_syms.patch;patch=1 \ + file://opcontrol_bashisms.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/oprofile" -- cgit v1.2.3-54-g00ecf