klibc: release klibc 2.0
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 31 May 2012 23:31:02 +0000 (23:31 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:21:01 +0000 (08:21 -0800)
(From meta-openembedded rev: 4ac3dd936dfd5c4529860051027bb781933ecb70)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
15 files changed:
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.bb [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klcc-cross_1.5.26+2.0.bb with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/dash_readopt.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/dash_readopt.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/fstype-sane-vfat-and-jffs2-for-1.5.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/fstype-sane-vfat-and-jffs2-for-1.5.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/klcc_prefix.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/klcc_prefix.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/klibc-config-eabi.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/klibc-config-eabi.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/klibc-linux-libc-dev.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/klibc-linux-libc-dev.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/modprobe.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/modprobe.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/prefix.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/prefix.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/staging.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/staging.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/use-env-for-perl.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/use-env-for-perl.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0/wc.patch [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/wc.patch with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.bb [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_1.5.26+2.0.bb with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.bb [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-utils_1.5.26+2.0.bb with 100% similarity]
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc.inc
meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc_2.0.bb [moved from meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc_1.5.26+2.0.bb with 100% similarity]

index 886b655..7741a58 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8
 # debugsources.list: No such file or directory:
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
-INC_PR = "r2"
+INC_PR = "r0"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'
@@ -21,7 +21,7 @@ KLIBC_ARCH_i586 = 'i386'
 KLIBC_ARCH_i686 = 'i386'
 KLIBC_ARCH_pentium = 'i386'
 
-SRCREV = "49419d2df2018fff5ae6250cf55b16fa65bdc490"
+SRCREV = "7cd9efd314a3d567c62f354bc2b5c0aaa3b35024"
 SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git"
 
 SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch"