diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-05-20 21:37:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-24 12:51:27 +0200 |
commit | f38bcd610519ba59526fe1248411a138fae452ac (patch) | |
tree | 9a04b533198ca85d68b2af5f9634f3b46abe48cc /meta-initramfs/recipes-devtools | |
parent | 3e8c748620294102423001a91583ddf3ac54f912 (diff) | |
download | meta-openembedded-f38bcd610519ba59526fe1248411a138fae452ac.tar.gz |
klibc: upgrade to git tag c2c7f19
* include last patches of may 2012
* tracking upstream wrt forthcoming 2.0 release
* bump INC_PR
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')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 4 |
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 370659807..44662250d 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 = "r0" | 13 | INC_PR = "r1" |
14 | 14 | ||
15 | KLIBC_ARCH = '${TARGET_ARCH}' | 15 | KLIBC_ARCH = '${TARGET_ARCH}' |
16 | KLIBC_ARCH_armeb = 'arm' | 16 | KLIBC_ARCH_armeb = 'arm' |
@@ -21,7 +21,7 @@ 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 = "f8e0ad9812f5e3fe0e7006061b1d5f9f67a80325" | 24 | SRCREV = "c2c7f19a094bba822995f7eba8ec8dfc5cbe4fdb" |
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" |