[oe-commits] Khem Raj : glibc: Re-enable upstream __USE_KERNEL_XATTR_DEFS patch

git at git.openembedded.org git at git.openembedded.org
Sun Feb 8 08:00:49 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 24f02c8d1313a423cf219270a9aa55bccbe1893c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=24f02c8d1313a423cf219270a9aa55bccbe1893c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Feb  1 20:19:16 2015 -0800

glibc: Re-enable upstream __USE_KERNEL_XATTR_DEFS patch

Re-introduce

https://sourceware.org/git/?p=glibc.git;a=commit;h=fdbe8eae2b9aed74dabba1b0a189c5d7d61bf032

This patch was overzealously removed during option groups forward port

Change-Id: I8dd01902ae8e5ee8b5c6fc9dc39c7216952dca51
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../glibc/glibc/eglibc-use-option-groups.patch       | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch b/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch
index f61d459..1910fcc 100644
--- a/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch
+++ b/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch
@@ -2819,26 +2819,6 @@ Index: git/misc/Makefile
  
  CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables
  CFLAGS-tsearch.c = $(uses-callbacks)
-Index: git/misc/sys/xattr.h
-===================================================================
---- git.orig/misc/sys/xattr.h	2014-08-29 20:00:52.644070587 -0700
-+++ git/misc/sys/xattr.h	2014-08-29 20:01:15.216070587 -0700
-@@ -26,7 +26,6 @@
- 
- /* The following constants should be used for the fifth parameter of
-    `*setxattr'.  */
--#ifndef __USE_KERNEL_XATTR_DEFS
- enum
- {
-   XATTR_CREATE = 1,	/* set value, fail if attr already exists.  */
-@@ -34,7 +33,6 @@
-   XATTR_REPLACE = 2	/* set value, fail if attr does not exist.  */
- #define XATTR_REPLACE	XATTR_REPLACE
- };
--#endif
- 
- /* Set the attribute NAME of the file pointed to by PATH to VALUE (which
-    is SIZE bytes long).  Return 0 on success, -1 for errors.  */
 Index: git/misc/tst-efgcvt.c
 ===================================================================
 --- git.orig/misc/tst-efgcvt.c	2014-08-29 20:00:52.652070587 -0700



More information about the Openembedded-commits mailing list