diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-10-17 14:59:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-22 14:57:26 +0100 |
commit | 77ee4d7d88976c7bb2bb25b57e06b83edaacbd4c (patch) | |
tree | 61fab6cbcd7c80f2d6efc5322a898390503de640 /meta/recipes-core/eglibc/eglibc-2.16 | |
parent | 74b5f8943b2b29c7b3b62be7d81fb2b3a86b9584 (diff) | |
download | openembedded-core-77ee4d7d88976c7bb2bb25b57e06b83edaacbd4c.tar.gz openembedded-core-77ee4d7d88976c7bb2bb25b57e06b83edaacbd4c.tar.bz2 openembedded-core-77ee4d7d88976c7bb2bb25b57e06b83edaacbd4c.zip |
eglibc-2.16: Use tar ball instead of svn SRC_URI
Adapt the recipes to fetch a tarball.
Tarball is generated from latest 2.16 branch
which has e500-math_private.patch already applied
hence we remove that patch.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.16')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch b/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch deleted file mode 100644 index 9dbb26e1e4..0000000000 --- a/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch +++ /dev/null @@ -1,31 +0,0 @@ -Match with the latest math_private restructuring in glibc - -as done here - -http://sourceware.org/ml/libc-alpha/2012-03/msg00302.html - -Signed-off-by: Khem Raj <raj.khem@gmail.com> - -Upstream-Status: Pending - -Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h -=================================================================== ---- libc.orig/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h 2012-07-17 22:58:20.340405923 -0700 -+++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h 2012-07-17 22:58:21.120405923 -0700 -@@ -1 +1 @@ --#include <math/math_private.h> -+#include_next <sysdeps/generic/math_private.h> -Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c -=================================================================== ---- libc.orig/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c 2012-07-17 23:15:15.872405939 -0700 -+++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c 2012-07-17 23:18:42.760405602 -0700 -@@ -23,7 +23,7 @@ - - #undef feraiseexcept - --#define __FERAISEEXCEPT_INTERNAL feraiseexcept -+#define __FERAISEEXCEPT_INTERNAL __feraiseexcept - #include "../spe-raise.c" - --libm_hidden_def (feraiseexcept) -+libm_hidden_ver (__feraiseexcept, feraiseexcept) |