aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-26 09:26:24 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-26 09:27:17 -0700
commit7032f48ad0e9a0499f9809b3bf7c0415c35e19ad (patch)
treed8840f66cc3e604487c3551a9eb9e361346566df /recipes/uclibc
parentf0a0500df04218ca4c921edef8fc7a2eceff1bc7 (diff)
downloadopenembedded-7032f48ad0e9a0499f9809b3bf7c0415c35e19ad.tar.gz
uclibc_git.bb: Bump to latest git rev
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc')
-rw-r--r--recipes/uclibc/uclibc-git/isnan.patch25
-rw-r--r--recipes/uclibc/uclibc_git.bb3
2 files changed, 1 insertions, 27 deletions
diff --git a/recipes/uclibc/uclibc-git/isnan.patch b/recipes/uclibc/uclibc-git/isnan.patch
deleted file mode 100644
index 1d88a74020..0000000000
--- a/recipes/uclibc/uclibc-git/isnan.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: git/libc/sysdeps/linux/common/bits/mathcalls.h
-===================================================================
---- git.orig/libc/sysdeps/linux/common/bits/mathcalls.h 2010-08-05 11:28:00.633339104 +0200
-+++ git/libc/sysdeps/linux/common/bits/mathcalls.h 2010-08-05 11:38:03.545778271 +0200
-@@ -235,15 +235,14 @@
- __END_NAMESPACE_C99
- #endif
-
--
--/* Return nonzero if VALUE is not a number. */
--/* DELETE? __MATHDECL_PRIV adds another "__": so this is "____isnan"???! */
--/*__MATHDECL_PRIV (int,__isnan,, (_Mdouble_ __value), (__const__))*/
--
--#if defined __USE_MISC || defined __USE_XOPEN
-+#if defined __USE_MISC || defined __USE_XOPEN || defined __USE_ISOC99
- /* Return nonzero if VALUE is not a number. */
-+__BEGIN_NAMESPACE_C99
- __MATHDECL_PRIV (int,isnan,, (_Mdouble_ __value), (__const__))
-+__END_NAMESPACE_C99
-+#endif
-
-+#if defined __USE_MISC || defined __USE_XOPEN
- # ifdef __DO_XSI_MATH__
- /* Bessel functions. */
- __MATHCALL (j0,, (_Mdouble_))
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb
index 691af8143a..afeaa80c5f 100644
--- a/recipes/uclibc/uclibc_git.bb
+++ b/recipes/uclibc/uclibc_git.bb
@@ -7,7 +7,7 @@
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.31"
-SRCREV="581203ebad402d1b2ed64c8ba67cc93273527a57"
+SRCREV="162cfaea20d807f0ae329efe39292a9b22593b41"
PR_append = "+gitr${SRCPV}"
DEFAULT_PREFERENCE = "-1"
#DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
@@ -31,6 +31,5 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
file://uclibc-arm-ftruncate64.patch \
file://uclibc_enable_log2_test.patch \
file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch \
- file://isnan.patch \
"
S = "${WORKDIR}/git"