summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-12-13 18:39:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 18:02:21 +0000
commitda598d4f0fcf6faa62055084a51d70d735399d33 (patch)
tree265fb7536ab5e1699e811ce69484fb93c77e5b32 /meta/recipes-core/eglibc
parenta0a265e352b074b54928cf50563561c92aa2f814 (diff)
downloadpoky-da598d4f0fcf6faa62055084a51d70d735399d33.tar.gz
eglibc: fix checksums of fetched patches
As downloaded files are not named, tarball checksum is used also for downloaded patches, causing checksum check for them to fail. Added correct checksums of their own for all downloaded files. (From OE-Core rev: 2fbbd406e906df36cf1840b8b5f7f51a25d92a35) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.16.bb21
1 files changed, 15 insertions, 6 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index 973be6535f..c35d94c891 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -3,7 +3,7 @@ require eglibc.inc
3DEPENDS += "gperf-native kconfig-frontends-native" 3DEPENDS += "gperf-native kconfig-frontends-native"
4PR = "r19" 4PR = "r19"
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;name=tarball \
7 file://eglibc-svn-arm-lowlevellock-include-tls.patch \ 7 file://eglibc-svn-arm-lowlevellock-include-tls.patch \
8 file://IO-acquire-lock-fix.patch \ 8 file://IO-acquire-lock-fix.patch \
9 file://mips-rld-map-check.patch \ 9 file://mips-rld-map-check.patch \
@@ -27,15 +27,24 @@ 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 \ 30 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0001-glibc-fsf-v1-eaf6f205.patch;name=patch1 \
31 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0002-Synchronize-with-linux-elf.h.patch \ 31 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0002-Synchronize-with-linux-elf.h.patch;name=patch2 \
32 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0003-Adding-AArch64-support-to-elf-elf.h.patch \ 32 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0003-Adding-AArch64-support-to-elf-elf.h.patch;name=patch3 \
33 file://tzselect-sh.patch \ 33 file://tzselect-sh.patch \
34 file://tzselect-awk.patch \ 34 file://tzselect-awk.patch \
35 " 35 "
36 36
37SRC_URI[md5sum] = "88894fa6e10e58e85fbd8134b8e486a8" 37SRC_URI[tarball.md5sum] = "88894fa6e10e58e85fbd8134b8e486a8"
38SRC_URI[sha256sum] = "460a45f422da6eb1fd909baab6a64b5ae4c8ba18ea05a1491ed1024c8b98eeaa" 38SRC_URI[tarball.sha256sum] = "460a45f422da6eb1fd909baab6a64b5ae4c8ba18ea05a1491ed1024c8b98eeaa"
39
40SRC_URI[patch1.md5sum] = "5e52bf8fd9ac390b665d86a57ab7dba7"
41SRC_URI[patch1.sha256sum] = "b7eea76e72675a6ed3066952a9e08389c99838d74a58b736d527c82c34e754eb"
42
43SRC_URI[patch2.md5sum] = "e1ae1c416c01e2c991c7ca7e169c577b"
44SRC_URI[patch2.sha256sum] = "6093bb80a187081090cb14412f466c08fcaf39ccd62b751e3d871a8c5af03b0d"
45
46SRC_URI[patch3.md5sum] = "6d1d84e14f7abfe9ee3237d0ec6fe9ca"
47SRC_URI[patch3.sha256sum] = "03e79ace9eade0d57a3684cb0dc6b415ea52e4f152bfb380684b08445f125410"
39 48
40LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \ 49LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \
41 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ 50 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \