diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-08-07 00:50:18 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-08-07 00:50:18 +0200 |
commit | 55bf476027b34eb910f98e6d88f97768342920eb (patch) | |
tree | c6be094955b0e63dc15a1a13ad96b8d90a15fc1e /recipes/klibc/klibc-common.inc | |
parent | 53c4432395948d0d1948bcf8d7fd02a55dd96a07 (diff) |
klibc: reorganize recipes and patches (use FILESPATHPKG)
Diffstat (limited to 'recipes/klibc/klibc-common.inc')
-rw-r--r-- | recipes/klibc/klibc-common.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/klibc/klibc-common.inc b/recipes/klibc/klibc-common.inc index ff67450f50..b66bc616ef 100644 --- a/recipes/klibc/klibc-common.inc +++ b/recipes/klibc/klibc-common.inc @@ -4,13 +4,15 @@ 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/${KLIBC_FETCHDIR}/klibc-${PV}.tar.bz2 \ file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \ file://modprobe.patch;patch=1 \ file://losetup.patch;patch=1 \ file://dash_readopt.patch;patch=1 \ file://wc.patch;patch=1 \ " + S = "${WORKDIR}/klibc-${PV}" PACKAGE_ARCH = "${MACHINE_ARCH}" |