aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-10 09:47:38 +0300
committerLinaro Code Review <review@review.linaro.org>2013-10-10 09:06:03 +0000
commit1eaada958f76a6c72e61e9c9ef52891b98082873 (patch)
tree3b6d24f7d387bbec21cdfa28140075269b842492 /meta-linaro-toolchain
parent2e7fb0cf38329a285a7c651e3f5b3e7e5a91a0ea (diff)
eglibc: add Linaro EGLIBC 2.18-2013.10 release
Change-Id: I43fc0104502f0cc027b629dea3ebf59795237b1a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain')
-rw-r--r--meta-linaro-toolchain/recipes-core/eglibc/eglibc_2.18.bbappend40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-core/eglibc/eglibc_2.18.bbappend b/meta-linaro-toolchain/recipes-core/eglibc/eglibc_2.18.bbappend
new file mode 100644
index 00000000..d4f7db4c
--- /dev/null
+++ b/meta-linaro-toolchain/recipes-core/eglibc/eglibc_2.18.bbappend
@@ -0,0 +1,40 @@
+MMYY = "13.10"
+RELEASE = "20${MMYY}"
+PR = "r${RELEASE}"
+
+SRC_URI = "http://releases.linaro.org/${MMYY}/components/toolchain/eglibc-linaro/eglibc-linaro-${PV}-${RELEASE}.tar.bz2 \
+ file://eglibc-svn-arm-lowlevellock-include-tls.patch \
+ file://IO-acquire-lock-fix.patch \
+ file://mips-rld-map-check.patch \
+ file://etc/ld.so.conf \
+ file://generate-supported.mk \
+ file://glibc.fix_sqrt2.patch \
+ file://multilib_readlib.patch \
+ file://ppc-sqrt_finite.patch \
+ file://GLRO_dl_debug_mask.patch \
+ file://initgroups_keys.patch \
+ file://eglibc_fix_findidx_parameters.patch \
+ file://ppc_slow_ieee754_sqrt.patch \
+ file://fileops-without-wchar-io.patch \
+ file://add_resource_h_to_wait_h.patch \
+ file://0001-eglibc-menuconfig-support.patch \
+ file://0002-eglibc-menuconfig-hex-string-options.patch \
+ file://0003-eglibc-menuconfig-build-instructions.patch \
+ file://fsl-ppc-no-fsqrt.patch \
+ file://0001-R_ARM_TLS_DTPOFF32.patch \
+ file://tzselect-sh.patch \
+ file://tzselect-awk.patch \
+ file://0001-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch \
+ file://fix-tibetian-locales.patch \
+ file://0001-ARM-Pass-dl_hwcap-to-IFUNC-resolver.patch \
+ "
+
+SRC_URI[md5sum] = "3effe2d563db9dcf6f789db647d1b03d"
+SRC_URI[sha256sum] = "a62f36a1f26d92504f697ab62283401e82972f9bd357df1576890d89f7b87b6f"
+
+LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
+ file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
+ file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
+ file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
+
+S = "${WORKDIR}/eglibc-linaro-${PV}-${RELEASE}"