buildroot/toolchain/toolchain-external
Thomas Petazzoni e8c86bf95c boot, package, support, toolchain: switch to 2 spaces for the hash file
It's time to finally switch over globally to the new spacing format
that we have agreed on for the hash file, with 2 spaces as a separator
between fields.

This commit was mechanically generated using:

find . -type f -name '*.hash' | xargs sed -i 's%^md5[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%md5  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha1[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha1  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha256[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha256  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha512[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha512  \1  \2%'

This commit can easily be backported on the LTS branch by re-running
the same commands, if needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit ebe5d9edfe)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-09-13 13:47:40 +02:00
..
toolchain-external-andes-nds32 boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-arm-aarch64 toolchain/toolchain-external: update Arm AArch64 toolchain 10.3-2021.07 2021-09-11 18:22:02 +02:00
toolchain-external-arm-aarch64-be toolchain/toolchain-external: update Arm AArch64 BE toolchain 10.3-2021.07 2021-09-11 18:23:06 +02:00
toolchain-external-arm-arm toolchain/toolchain-external: update Arm ARM toolchain 10.3-2021.07 2021-09-11 18:20:45 +02:00
toolchain-external-bootlin toolchain/toolchain-external/toolchain-external-bootlin: regenerate after i686 toolchain dependency fixes 2022-07-11 19:09:59 +02:00
toolchain-external-codescape-img-mips boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-codescape-mti-mips boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-codesourcery-aarch64 boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-codesourcery-arm boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-codesourcery-mips boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-codesourcery-niosII boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-custom toolchain-external-custom: error if BR2_TOOLCHAIN_EXTERNAL_URL is not set 2022-04-09 12:26:57 +02:00
toolchain-external-linaro-aarch64 boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-linaro-aarch64-be boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-linaro-arm boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-linaro-armeb boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
toolchain-external-synopsys-arc boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-09-13 13:47:40 +02:00
Config.in toolchain/toolchain-external: add BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER option 2022-07-11 19:11:59 +02:00
pkg-toolchain-external.mk Revert "toolchain/toolchain-external: error if BR2_TOOLCHAIN_EXTERNAL_PATH is not set" 2022-05-27 21:02:09 +02:00
toolchain-external.mk Fix makefile include order by using sort/wildcard. 2017-11-24 00:08:23 +01:00