[oe-commits] Khem Raj : uclibc-nptl: Bump the SRCREV

git version control git at git.openembedded.org
Sat Oct 10 07:59:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0d081f788afc5d2e9b5d05895e379056a5a90809
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0d081f788afc5d2e9b5d05895e379056a5a90809

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Oct 10 00:24:49 2009 -0700

uclibc-nptl: Bump the SRCREV

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../uclibc_arm_remove_duplicate_sysdep_defs.patch  |   13 -------------
 recipes/uclibc/uclibc_nptl.bb                      |    2 +-
 2 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/recipes/uclibc/uclibc-nptl/uclibc_arm_remove_duplicate_sysdep_defs.patch b/recipes/uclibc/uclibc-nptl/uclibc_arm_remove_duplicate_sysdep_defs.patch
index c871534..ffcc62d 100644
--- a/recipes/uclibc/uclibc-nptl/uclibc_arm_remove_duplicate_sysdep_defs.patch
+++ b/recipes/uclibc/uclibc-nptl/uclibc_arm_remove_duplicate_sysdep_defs.patch
@@ -1,16 +1,3 @@
---- a/libc/sysdeps/linux/common/Makefile.in.org	2009-09-30 17:22:18.652679321 -0700
-+++ a/libc/sysdeps/linux/common/Makefile.in	2009-09-30 17:21:15.599669303 -0700
-@@ -92,6 +92,10 @@ ifeq ($(TARGET_ARCH),i386)
- CSRC := $(filter-out vfork.c,$(CSRC))
- endif
- 
-+ifeq ($(TARGET_ARCH),arm)
-+CSRC := $(filter-out syscall.c,$(CSRC))
-+endif
-+
- # fails for some reason
- ifneq ($(strip $(ARCH_OBJS)),)
- CSRC := $(filter-out $(notdir $(ARCH_OBJS:.o=.c)),$(CSRC))
 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep.h.orig	2009-09-30 17:12:46.571672582 -0700
 +++ a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep.h	2009-09-30 17:10:12.255037520 -0700
 @@ -273,37 +273,6 @@ __local_syscall_error:						\
diff --git a/recipes/uclibc/uclibc_nptl.bb b/recipes/uclibc/uclibc_nptl.bb
index 0652c6a..aee29d8 100644
--- a/recipes/uclibc/uclibc_nptl.bb
+++ b/recipes/uclibc/uclibc_nptl.bb
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.30"
-SRCREV="072687ae9c54b55659431a5bd395d9956096ddea"
+SRCREV="af694a224ba5aa069d533931e10725c45295148d"
 PV = "${UCLIBC_BASE}+gitr${SRCREV}"
 DEFAULT_PREFERENCE = "-1"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take





More information about the Openembedded-commits mailing list