diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-21 04:56:52 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
| commit | f8a8ec5ceb4b5f7a03e4a0024e5fe06ec8e7ad0a (patch) | |
| tree | a073a9119d2f4b7dca54564db65fe126c1dc671a /meta/packages/linux-libc-headers/linux-libc-headers-2.6.30/headerfix.patch | |
| parent | 4d5ad73238d8811b29833fb500774a69f3d6810e (diff) | |
| download | poky-f8a8ec5ceb4b5f7a03e4a0024e5fe06ec8e7ad0a.tar.gz | |
linux-libc-headers: upgrade from 2.6.33 to 2.6.34
added a new patch to fix glibc build issue on powerpc
ppc_glibc_build_fix.patch
Added attribution to the hayes-gone.patch.
And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES
And removing all the older recipes and related files
Change the linux-libc-header version inpoky-default.inc
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers-2.6.30/headerfix.patch')
| -rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers-2.6.30/headerfix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers-2.6.30/headerfix.patch b/meta/packages/linux-libc-headers/linux-libc-headers-2.6.30/headerfix.patch deleted file mode 100644 index b2ebf40632..0000000000 --- a/meta/packages/linux-libc-headers/linux-libc-headers-2.6.30/headerfix.patch +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: linux-2.6.30/include/linux/if_tunnel.h | ||
| 2 | =================================================================== | ||
| 3 | --- linux-2.6.30.orig/include/linux/if_tunnel.h 2009-08-27 14:34:49.000000000 +0100 | ||
| 4 | +++ linux-2.6.30/include/linux/if_tunnel.h 2009-08-27 14:35:04.000000000 +0100 | ||
| 5 | @@ -2,6 +2,7 @@ | ||
| 6 | #define _IF_TUNNEL_H_ | ||
| 7 | |||
| 8 | #include <linux/types.h> | ||
| 9 | +#include <asm/byteorder.h> | ||
| 10 | |||
| 11 | #ifdef __KERNEL__ | ||
| 12 | #include <linux/ip.h> | ||
