]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
install-buildtools: remove md5 checksum validation
authorAleksandar Nikolic <aleksandar.nikolic@zeiss.com>
Tue, 11 Jun 2024 09:25:56 +0000 (11:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jun 2024 15:06:49 +0000 (16:06 +0100)
commitb740d2f9d40aef1e18c022d1e82b4fb2c5c1fc22
tree3a5cc0ed334eaaf4796f45729220a4dea3eb3bc9
parent760d181ca2fd35f2f46d61e3a47f266e35b17efe
install-buildtools: remove md5 checksum validation

No need to validate with the md5 checksum, as the file is not even
uploaded to the Yocto release webpage (the download never failed due
to a wrong indentation of an else statement). For validation purposes,
use the sha256 checksum only.

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/install-buildtools