diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 20:22:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 20:27:45 +0200 |
commit | c4b794923444b4925314b54a8acef607d39a0071 (patch) | |
tree | c86d77dfa2460b0bc1542d566c12ec05d234e555 /package/glibc | |
parent | f0dc4fe80f415e2b431a3fbb6b2d9a24a6879c52 (diff) | |
download | buildroot-c4b794923444b4925314b54a8acef607d39a0071.tar.gz buildroot-c4b794923444b4925314b54a8acef607d39a0071.zip |
package/glibc: fix typo in hash file
Fixes:
package/glibc/arc-2018.03-release/glibc.hash:4: expected three fields (http://nightly.buildroot.org/#adding-packages-hash)
package/glibc/arc-2018.03-release/glibc.hash:4: unexpected type of hash (http://nightly.buildroot.org/#adding-packages-hash)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/arc-2018.03-release/glibc.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/arc-2018.03-release/glibc.hash b/package/glibc/arc-2018.03-release/glibc.hash index d073c9166f..f3b10d9105 100644 --- a/package/glibc/arc-2018.03-release/glibc.hash +++ b/package/glibc/arc-2018.03-release/glibc.hash @@ -1,7 +1,7 @@ # Locally calculated (fetched from Github) sha256 e08ab67b2db2d0f0e8f3311d23c54fb8f6d4c1ef6fa0b4047fd5da400e3ce9de glibc-arc-2018.03-release.tar.gz -$ Hashes for license files +# Hashes for license files sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB sha256 61abdd6930c9c599062d89e916b3e7968783879b6be0ee1c6229dd6169def431 LICENSES |