From 7dc2732b28b16c9cfcc35136ce9110567cc3b67a Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 28 Jul 2011 11:01:31 +0100 Subject: glibc: deleted Glibc 2.10.1 is outdated now and eglibc seems to provide a superset of its functionality. (From OE-Core rev: 1d9866a2c4fe93202749a56c7ad89a3cbd07d9f8) Signed-off-by: Phil Blundell Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch (limited to 'meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch') diff --git a/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch b/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch deleted file mode 100644 index 1601310796..0000000000 --- a/meta/recipes-core/glibc/glibc-2.10.1/ldd-unbash.patch +++ /dev/null @@ -1,13 +0,0 @@ -Upstream-Status: Inappropriate [not used] - ---- 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-54-g00ecf