diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 01:39:00 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 01:39:00 +0200 |
commit | 921f2ae278c952cf30cfe1554bac079c213bd5f1 (patch) | |
tree | dfc5ea4458d06929c52edf97e18cb4d1cd1d12fc /recipes/klibc/klibc_1.5.18.inc | |
parent | c6a662cd60d585a10b83a3642de36b48bb15e5ac (diff) |
klibc: add some patches to 1.5.18 and make it build vs. old kernels.
* increase default preference, tested on arm
Diffstat (limited to 'recipes/klibc/klibc_1.5.18.inc')
-rw-r--r-- | recipes/klibc/klibc_1.5.18.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/klibc/klibc_1.5.18.inc b/recipes/klibc/klibc_1.5.18.inc index c426b066c1..c03aad48bc 100644 --- a/recipes/klibc/klibc_1.5.18.inc +++ b/recipes/klibc/klibc_1.5.18.inc @@ -7,10 +7,12 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \ file://staging.patch \ file://klibc_kexecsyscall.patch \ file://mntproc-definitions.patch \ + file://arm-signal-cleanup.patch \ + file://socket.h.patch \ file://isystem.patch \ " -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" KLIBC_FETCHDIR = "1.5" |