diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-21 20:43:10 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-21 20:43:10 +0000 |
commit | 0b465bff69c9674d166f3f75f2862ab055577339 (patch) | |
tree | 0bbc0325fc007e323b4f433f3a4a066abe38c403 /meta/packages/glibc/glibc-2.4 | |
parent | 78c546205be794e778cf34f1254322de7dd133b7 (diff) | |
download | poky-0b465bff69c9674d166f3f75f2862ab055577339.tar.gz |
glibc: Fix patches (remove bogus glibc-2.5 directory)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3567 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc-2.4')
-rw-r--r-- | meta/packages/glibc/glibc-2.4/eabi_kernel_version_hack.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/glibc/glibc-2.4/eabi_kernel_version_hack.patch b/meta/packages/glibc/glibc-2.4/eabi_kernel_version_hack.patch new file mode 100644 index 0000000000..a1af1a1563 --- /dev/null +++ b/meta/packages/glibc/glibc-2.4/eabi_kernel_version_hack.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | --- | ||
2 | ports/sysdeps/unix/sysv/linux/arm/eabi/configure | 2 +- | ||
3 | ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in | 2 +- | ||
4 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
5 | |||
6 | Index: glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure | ||
7 | =================================================================== | ||
8 | --- glibc-2.5.orig/ports/sysdeps/unix/sysv/linux/arm/eabi/configure 2007-12-20 17:39:25.000000000 +0000 | ||
9 | +++ glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure 2007-12-20 17:39:30.000000000 +0000 | ||
10 | @@ -1,5 +1,5 @@ | ||
11 | # This file is generated from configure.in by Autoconf. DO NOT EDIT! | ||
12 | # Local configure fragment for sysdeps/unix/sysv/linux/arm/eabi. | ||
13 | |||
14 | -arch_minimum_kernel=2.6.14 | ||
15 | +arch_minimum_kernel=2.6.10 | ||
16 | libc_cv_gcc_unwind_find_fde=no | ||
17 | Index: glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in | ||
18 | =================================================================== | ||
19 | --- glibc-2.5.orig/ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in 2007-12-20 17:39:27.000000000 +0000 | ||
20 | +++ glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in 2007-12-20 17:39:36.000000000 +0000 | ||
21 | @@ -1,5 +1,5 @@ | ||
22 | GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. | ||
23 | # Local configure fragment for sysdeps/unix/sysv/linux/arm/eabi. | ||
24 | |||
25 | -arch_minimum_kernel=2.6.14 | ||
26 | +arch_minimum_kernel=2.6.10 | ||
27 | libc_cv_gcc_unwind_find_fde=no | ||