From 735210556dc709b3c2367389fa6ea9c0109412b1 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 19 Aug 2010 16:18:28 -0700 Subject: glibc: remove all old recipes Signed-off-by: Nitin A Kamble --- meta/packages/glibc/glibc-2.4/ldd-unbash.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta/packages/glibc/glibc-2.4/ldd-unbash.patch (limited to 'meta/packages/glibc/glibc-2.4/ldd-unbash.patch') diff --git a/meta/packages/glibc/glibc-2.4/ldd-unbash.patch b/meta/packages/glibc/glibc-2.4/ldd-unbash.patch deleted file mode 100644 index 2fb8854b4..000000000 --- a/meta/packages/glibc/glibc-2.4/ldd-unbash.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- glibc-2.5/elf/ldd.bash.in.org 2006-04-30 16:06:20.000000000 +0000 -+++ glibc-2.5/elf/ldd.bash.in 2007-03-30 19:18:57.000000000 +0000 -@@ -110,7 +110,7 @@ - # environments where the executed program might not have permissions - # to write to the console/tty. But only bash 3.x supports the pipefail - # option, and we don't bother to handle the case for older bash versions. --if set -o pipefail 2> /dev/null; then -+if false; then - try_trace() { - eval $add_env '"$@"' | cat - } -- cgit v1.2.3