diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 22:56:16 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-31 23:10:02 +0200 |
commit | 89c8847b89a370422926a461583538a34ef77c8d (patch) | |
tree | e16c179847ecc220f632a40b8fb6e96e9e3111dc /recipes/klibc/klibc_1.5.18.inc | |
parent | b477024589c2a7cae769783a8dccadd47baf3674 (diff) |
klibc: major clean out of intermediate recipes.
* keep klibc_1.5 (first prototype)
* keep up-to-date klibc_1.5.18 patched to compile with 2.6.2x and 2.6.3x
* runtime tested on armv5te
Diffstat (limited to 'recipes/klibc/klibc_1.5.18.inc')
-rw-r--r-- | recipes/klibc/klibc_1.5.18.inc | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/recipes/klibc/klibc_1.5.18.inc b/recipes/klibc/klibc_1.5.18.inc index c03aad48bc..2175643a92 100644 --- a/recipes/klibc/klibc_1.5.18.inc +++ b/recipes/klibc/klibc_1.5.18.inc @@ -10,9 +10,7 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \ file://arm-signal-cleanup.patch \ file://socket.h.patch \ file://isystem.patch \ - " - -DEFAULT_PREFERENCE = "1" + " KLIBC_FETCHDIR = "1.5" @@ -24,16 +22,16 @@ KLIBC_ARCH_pentium = 'x86' EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ 'CROSS_COMPILE=${TARGET_PREFIX}' \ - 'KLIBCKERNELSRC=${STAGING_KERNEL_DIR}' \ + 'KLIBCKERNELSRC=${STAGING_KERNEL_DIR}' \ " do_configure () { - ln -sf ${STAGING_KERNEL_DIR} linux - cd ${S}/usr/klibc/arch/ - ln -s i386 x86 - cd ${S}/usr/include/arch/ - ln -s i386 x86 - cd ${S} + ln -sf ${STAGING_KERNEL_DIR} linux + cd ${S}/usr/klibc/arch/ + ln -s i386 x86 + cd ${S}/usr/include/arch/ + ln -s i386 x86 + cd ${S} } SRC_URI[md5sum] = "5c8b6577b9acb3809cace6e118cdd55b" |