summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.16.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index aa9256cdc1..e7e15a2044 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -1,7 +1,7 @@
1require eglibc.inc 1require eglibc.inc
2 2
3DEPENDS += "gperf-native kconfig-frontends-native" 3DEPENDS += "gperf-native kconfig-frontends-native"
4PR = "r17" 4PR = "r18"
5 5
6SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21224.tar.bz2 \ 6SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21224.tar.bz2 \
7 file://eglibc-svn-arm-lowlevellock-include-tls.patch \ 7 file://eglibc-svn-arm-lowlevellock-include-tls.patch \
@@ -9,7 +9,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21
9 file://mips-rld-map-check.patch \ 9 file://mips-rld-map-check.patch \
10 file://etc/ld.so.conf \ 10 file://etc/ld.so.conf \
11 file://generate-supported.mk \ 11 file://generate-supported.mk \
12 file://glibc.fix_sqrt2.patch \ 12 file://glibc.fix_sqrt2.patch \
13 file://multilib_readlib.patch \ 13 file://multilib_readlib.patch \
14 file://use-sysroot-cxx-headers.patch \ 14 file://use-sysroot-cxx-headers.patch \
15 file://ppc-sqrt_finite.patch \ 15 file://ppc-sqrt_finite.patch \
@@ -27,6 +27,9 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21
27 file://0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch \ 27 file://0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch \
28 file://fsl-ppc-no-fsqrt.patch \ 28 file://fsl-ppc-no-fsqrt.patch \
29 file://0001-R_ARM_TLS_DTPOFF32.patch \ 29 file://0001-R_ARM_TLS_DTPOFF32.patch \
30 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0001-glibc-fsf-v1-eaf6f205.patch \
31 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0002-Synchronize-with-linux-elf.h.patch \
32 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0003-Adding-AArch64-support-to-elf-elf.h.patch \
30 " 33 "
31 34
32SRC_URI[md5sum] = "88894fa6e10e58e85fbd8134b8e486a8" 35SRC_URI[md5sum] = "88894fa6e10e58e85fbd8134b8e486a8"