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 --- meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch (limited to 'meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch') diff --git a/meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch b/meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch deleted file mode 100644 index ffbaba14a2..0000000000 --- a/meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -import http://sourceware.org/ml/libc-ports/2007-12/msg00000.html - -Upstream-Status: Pending - -Index: git/bits/stdio-lock.h -=================================================================== ---- git.orig/bits/stdio-lock.h 2014-08-29 10:33:57.960070587 -0700 -+++ git/bits/stdio-lock.h 2014-08-29 10:33:57.952070587 -0700 -@@ -49,6 +49,8 @@ - _IO_cleanup_region_start ((void (*) (void *)) _IO_funlockfile, (_fp)); \ - _IO_flockfile (_fp) - -+# define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp) -+ - # define _IO_release_lock(_fp) \ - _IO_funlockfile (_fp); \ - _IO_cleanup_region_end (0) -- cgit v1.2.3-54-g00ecf