diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-10-14 14:25:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 20:04:06 +0200 |
commit | 56023b1ced8254e4705708d69b2d9f3cb8e94371 (patch) | |
tree | acbeabc77c2f83316e9b0b33c5ea5b3782be88ad /package/glibc | |
parent | 155f752d8a1d82611e8b180f3510996152efdcc7 (diff) | |
download | buildroot-56023b1ced8254e4705708d69b2d9f3cb8e94371.tar.gz buildroot-56023b1ced8254e4705708d69b2d9f3cb8e94371.zip |
package: drop unversioned hash files
The download infra now knows to look for per-version hash files, so we
can now drop the unversioned hash files.
Instead of removing them, add a comment that redirects the developper to
update the per-version hash files instead (so they do not re-add a
unversioned one in the future).
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gaƫl Portay <gael.portay@savoirfairelinux.com>
Cc: Peter Seiderer <ps.report@gmx.net>
Cc: Julien Corjon <corjon.j@ecagroup.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/glibc.hash | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash index 093392371a..5316f03b10 100644 --- a/package/glibc/glibc.hash +++ b/package/glibc/glibc.hash @@ -1,4 +1,2 @@ -# Locally calculated (fetched from Github) -sha256 6e88cea4002efa7f78d86ea5e98eb92ed423d5a35068751517c4f00f56b8666c glibc-glibc-2.28-18-g2339d6a55eb7a7e040ae888e906adc49eeb59eab.tar.gz -# Locally calculated (fetched from Github) -sha256 e08ab67b2db2d0f0e8f3311d23c54fb8f6d4c1ef6fa0b4047fd5da400e3ce9de glibc-arc-2018.03-release.tar.gz +# This hash file is not used; instead, update the +# hash files in the per-version sub-directories. |