aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.13
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-02 15:31:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-02 14:50:42 +0100
commit874038469e28d011b60b2d4bfd5a6fada6e754c4 (patch)
tree62f65bb25f9d04eb8458ffbbaa001298e16901c6 /meta/recipes-core/eglibc/eglibc-2.13
parent0eea9ab2e9d6e9457f24aa63b3126666611c1c7b (diff)
downloadopenembedded-core-contrib-874038469e28d011b60b2d4bfd5a6fada6e754c4.tar.gz
recipes: Upstream-status --> Upstream-Status: for multiple patches
As a keyword, Upstream-Status is case sensitive. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.13')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch2
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch2
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch2
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch2
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch2
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch b/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch
index 7bfb67c685..cf5803585c 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch
@@ -1,6 +1,6 @@
import http://sourceware.org/ml/libc-ports/2007-12/msg00000.html
-Upstream-status: Pending
+Upstream-Status: Pending
Index: libc/bits/stdio-lock.h
===================================================================
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch b/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch
index a667d56b61..4313aa5197 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch
@@ -7,7 +7,7 @@ In file included from ../nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c:21:
../nptl/sysdeps/unix/sysv/linux/lowlevellock.c:34: error: 'header' undeclared (first use in this function)
make[4]: *** [/var/tmp/portage/sys-libs/glibc-2.7-r1/work/build-default-armv4l-unknown-linux-gnu-nptl/nptl/rtld-libc-lowlevellock.os] Error 1
-Upstream-status: Pending
+Upstream-Status: Pending
--- libc/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h.orig
+++ libc/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch b/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch
index 9740e17393..7772e6ffa8 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch
@@ -8,7 +8,7 @@ see also: http://sourceware.org/bugilla/show_bug.cgi?id=11615
9/19/2010 - added by Qing He <qing.he@intel.com>
-Upstream-status: Pending
+Upstream-Status: Pending
---
diff -ru glibc-2.10.1.orig/ports/sysdeps/mips/dl-machine.h glibc-2.10.1/ports/sysdeps/mips/dl-machine.h
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch b/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch
index 915325882b..c17d58b28b 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch
@@ -24,7 +24,7 @@ CodeSourcery
* Makerules ($(common-objpfx)includes.mk): Include and create
includes.mk. Create includes.
-Upstream-status: Pending
+Upstream-Status: Pending
Index: libc/Makeconfig
===================================================================
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch b/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch
index 63a86c900e..dbf70a974f 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch
@@ -3,7 +3,7 @@ might have build the compiler with --disable-ssp which means ssp should not be
enabled. Therefore we change the test to a link time test. It will fail if
libssp is not available.
-Upstream-status: Pending
+Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>