From ac8a12ba0c6975f1817ed8c8f94606e0839b43db Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 Oct 2006 15:58:57 +0000 Subject: oprofile: Make 0.9.2 the default, bump cvs date, update the cvs .bb file for cvs changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@797 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../oprofile/oprofile-0.9.2/opcontrol_bashisms.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta/packages/oprofile/oprofile-0.9.2/opcontrol_bashisms.patch (limited to 'meta/packages/oprofile/oprofile-0.9.2') diff --git a/meta/packages/oprofile/oprofile-0.9.2/opcontrol_bashisms.patch b/meta/packages/oprofile/oprofile-0.9.2/opcontrol_bashisms.patch deleted file mode 100644 index 01ef11df8..000000000 --- a/meta/packages/oprofile/oprofile-0.9.2/opcontrol_bashisms.patch +++ /dev/null @@ -1,16 +0,0 @@ - utils/opcontrol | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: oprofile-0.9.2/utils/opcontrol -=================================================================== ---- oprofile-0.9.2.orig/utils/opcontrol 2006-03-29 22:54:07.000000000 +0100 -+++ oprofile-0.9.2/utils/opcontrol 2006-10-12 11:14:39.000000000 +0100 -@@ -485,7 +485,7 @@ validate_separate_args() - SEPARATE_KERNEL=0 - SEPARATE_THREAD=0 - SEPARATE_CPU=0 -- while (($i < $#)); do -+ while [ "$i" -lt "$#" ]; do - shift - case "$1" in - lib|library) -- cgit v1.2.3