diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 01:26:40 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 01:26:40 +0200 |
commit | c6a662cd60d585a10b83a3642de36b48bb15e5ac (patch) | |
tree | 4d7ebbff0a475c8bf378817d1b0323875cc8958c /recipes/klibc/klibc_1.5.17.inc | |
parent | 3f8149a4f00d61abffd7e776808af73c5c7577a4 (diff) |
klibc: add some patches to 1.5.17 and make it build vs. old kernels.
* increase default preference, tested on arm
Diffstat (limited to 'recipes/klibc/klibc_1.5.17.inc')
-rw-r--r-- | recipes/klibc/klibc_1.5.17.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/klibc/klibc_1.5.17.inc b/recipes/klibc/klibc_1.5.17.inc index 69d0dc7ea6..db571cdfa5 100644 --- a/recipes/klibc/klibc_1.5.17.inc +++ b/recipes/klibc/klibc_1.5.17.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" DEFAULT_PREFERENCE_aquides = "1" KLIBC_FETCHDIR = "1.5" |