diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-08-12 23:14:48 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-16 15:17:57 +0200 |
| commit | 5fd2b71ccab54b0717ebed21869754de16bd3608 (patch) | |
| tree | cb65a511e0ecccb3ebdd4ff176c4378865c1dd2a /meta-initramfs/recipes-devtools/klibc/klibc.inc | |
| parent | 2c89991a1a682faea4eb31246508e789364464ca (diff) | |
| download | meta-openembedded-5fd2b71ccab54b0717ebed21869754de16bd3608.tar.gz | |
klibc: upgrade from 2.0 to 2.0.1
* remove unused patches legacy of oe-classic
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 4963a294ca..b1f531a9b9 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8 | |||
| 10 | # debugsources.list: No such file or directory: | 10 | # debugsources.list: No such file or directory: |
| 11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 12 | 12 | ||
| 13 | INC_PR = "r1" | 13 | INC_PR = "r0" |
| 14 | 14 | ||
| 15 | KLIBC_ARCH = '${TARGET_ARCH}' | 15 | KLIBC_ARCH = '${TARGET_ARCH}' |
| 16 | KLIBC_ARCH_armeb = 'arm' | 16 | KLIBC_ARCH_armeb = 'arm' |
| @@ -21,17 +21,13 @@ KLIBC_ARCH_i586 = 'i386' | |||
| 21 | KLIBC_ARCH_i686 = 'i386' | 21 | KLIBC_ARCH_i686 = 'i386' |
| 22 | KLIBC_ARCH_pentium = 'i386' | 22 | KLIBC_ARCH_pentium = 'i386' |
| 23 | 23 | ||
| 24 | SRCREV = "7cd9efd314a3d567c62f354bc2b5c0aaa3b35024" | 24 | SRCREV = "1a6f222b01cead2ec48556203f0e200107eb4c2f" |
| 25 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" | 25 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" |
| 26 | 26 | ||
| 27 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" | 27 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" |
| 28 | SRC_URI_append_linux-uclibceabi = " file://klibc-config-eabi.patch" | 28 | SRC_URI_append_linux-uclibceabi = " file://klibc-config-eabi.patch" |
| 29 | 29 | ||
| 30 | SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \ | 30 | SRC_URI += "file://klibc-linux-libc-dev.patch \ |
| 31 | file://klibc-linux-libc-dev.patch \ | ||
| 32 | file://modprobe.patch \ | ||
| 33 | file://dash_readopt.patch \ | ||
| 34 | file://wc.patch \ | ||
| 35 | file://prefix.patch \ | 31 | file://prefix.patch \ |
| 36 | file://staging.patch \ | 32 | file://staging.patch \ |
| 37 | " | 33 | " |
