From cb7368c110553dcb972480abc4a59b975677f7df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Mar 2015 02:05:06 +0000 Subject: glibc: Upgrade 2.21 -> 2.22 - git'ify the OE patches - add_resource_h_to_wait_h.patch - dropped, we do not support that old perf anymore - mips-rld-map-check.patch - Dropped because binutils is fixed for it see https://sourceware.org/ml/binutils/2011-12/msg00112.html - initgroups_keys.patch - Folded into 0026-eglibc-Forward-port-eglibc-options-groups-support.patch Change-Id: Ib8e731b212f52b8ff12e2180babbc19970fb1ef1 (From OE-Core rev: 6ea08396dbb628140fd3289fc9fb19df97914326) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../glibc/glibc/add_resource_h_to_wait_h.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch (limited to 'meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch') diff --git a/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch b/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch deleted file mode 100644 index 70f57c4979..0000000000 --- a/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch +++ /dev/null @@ -1,20 +0,0 @@ -The older versions of perf still require sys/resource.h to be -present in this header, the newer version of perf in 3.2 and -beyond directly include sys/resource.h - -Upstream-Status: Inappropriate [older kernel/perf specific] - -Signed-off-by: Saul Wold - -Index: git/posix/sys/wait.h -=================================================================== ---- git.orig/posix/sys/wait.h 2014-08-29 10:35:10.432070587 -0700 -+++ git/posix/sys/wait.h 2014-08-29 10:35:10.424070587 -0700 -@@ -27,6 +27,7 @@ - __BEGIN_DECLS - - #include -+#include - - /* These macros could also be defined in . */ - #if !defined _STDLIB_H || (!defined __USE_XOPEN && !defined __USE_XOPEN2K8) -- cgit v1.2.3-54-g00ecf