[oe-commits] Khem Raj : uclibc-nptl: Update to latest tip of branch

git version control git at git.openembedded.org
Wed Nov 4 18:34:25 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Nov  4 10:31:09 2009 -0800

uclibc-nptl: Update to latest tip of branch

* Compile uclibc nptl is ARM mode. Thumb has some issues for now.
* Add new config option UCLIBC_SUSV4_LEGACY=y

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

---

 recipes/uclibc/uclibc-nptl/uClibc.distro |    1 +
 recipes/uclibc/uclibc_nptl.bb            |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/uclibc/uclibc-nptl/uClibc.distro b/recipes/uclibc/uclibc-nptl/uClibc.distro
index cd1ee35..ebd1656 100644
--- a/recipes/uclibc/uclibc-nptl/uClibc.distro
+++ b/recipes/uclibc/uclibc-nptl/uClibc.distro
@@ -29,6 +29,7 @@ UCLIBC_DYNAMIC_ATEXIT=y
 COMPAT_ATEXIT=y
 UCLIBC_SUSV3_LEGACY=y
 UCLIBC_SUSV3_LEGACY_MACROS=y
+UCLIBC_SUSV4_LEGACY=y
 UCLIBC_HAS_SHADOW=y
 UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 UCLIBC_HAS___PROGNAME=y
diff --git a/recipes/uclibc/uclibc_nptl.bb b/recipes/uclibc/uclibc_nptl.bb
index aee29d8..d5d6d1a 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="af694a224ba5aa069d533931e10725c45295148d"
+SRCREV="8a6a88f5032ccbc3bfb8836c783a55316b156481"
 PV = "${UCLIBC_BASE}+gitr${SRCREV}"
 DEFAULT_PREFERENCE = "-1"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
@@ -37,3 +37,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;protocol=git;branch=nptl \
 	"
 
 S = "${WORKDIR}/git"
+
+ARM_INSTRUCTION_SET = "arm"
+





More information about the Openembedded-commits mailing list