diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-28 12:52:39 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-28 12:52:39 +0000 |
commit | 18a21d79505d162c24a404b865d03072430ec717 (patch) | |
tree | 4d372cedfe70714d259fdb4e6862075aa507f090 /packages/klibc/klibc-common.inc | |
parent | 1288e80ac1b58b6c14a6bfb8499cc1dec7e85249 (diff) |
klibc.inc: reformat SRC_URI, add fstype-sane-vfat-and-jffs2 patch
Change of SRC_URI was necessary because the eabi patch wasn't always appllied
by bitbake.
Diffstat (limited to 'packages/klibc/klibc-common.inc')
-rw-r--r-- | packages/klibc/klibc-common.inc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/klibc/klibc-common.inc b/packages/klibc/klibc-common.inc index 76e393796a..7b23ece856 100644 --- a/packages/klibc/klibc-common.inc +++ b/packages/klibc/klibc-common.inc @@ -4,7 +4,9 @@ DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ use with initramfs. It is deliberately written for small size, \ minimal entaglement, and portability, not speed." LICENSE = "BSD-ADV" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/Stable/klibc-${PV}.tar.bz2" +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/Stable/klibc-${PV}.tar.bz2 \ + file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ + " S = "${WORKDIR}/klibc-${PV}" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -16,8 +18,10 @@ KLIBC_ARCH_mipsel = 'mips' # could be fixed, but for the moment: ARM_INSTRUCTION_SET = "arm" -SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;patch=1" -SRC_URI_append_linux-uclibcgnueabi = "file://klibc-config-eabi.patch;patch=1" +SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;patch=1 \ + " +SRC_URI_append_linux-uclibcgnueabi = "file://klibc-config-eabi.patch;patch=1 \ + " EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ 'CROSS_COMPILE=${TARGET_PREFIX}' \ |