summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-10-24 23:08:55 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-16 11:25:38 +0100
commita398b07f294b05608c82726cd4ca2fdba111dc36 (patch)
tree9380face32c94aa2b3531768ab9df74d6e1ef3c8 /meta-initramfs/recipes-devtools/klibc/klibc.inc
parentde40d9357d793cba0fd17cd46106ffd6b7fdc85f (diff)
downloadmeta-openembedded-a398b07f294b05608c82726cd4ca2fdba111dc36.tar.gz
klibc: upgrade from 2.0.1 to 2.0.2
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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 07b8e1ad4e..a95706ee33 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:
11INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 11INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
12 12
13INC_PR = "r1" 13INC_PR = "r0"
14 14
15KLIBC_ARCH = '${TARGET_ARCH}' 15KLIBC_ARCH = '${TARGET_ARCH}'
16KLIBC_ARCH_armeb = 'arm' 16KLIBC_ARCH_armeb = 'arm'
@@ -21,7 +21,7 @@ KLIBC_ARCH_i586 = 'i386'
21KLIBC_ARCH_i686 = 'i386' 21KLIBC_ARCH_i686 = 'i386'
22KLIBC_ARCH_pentium = 'i386' 22KLIBC_ARCH_pentium = 'i386'
23 23
24SRCREV = "1a6f222b01cead2ec48556203f0e200107eb4c2f" 24SRCREV = "f05ff116bb9edbbb81d82fa47b78e630ce878470"
25SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" 25SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git"
26 26
27SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" 27SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch"