summaryrefslogtreecommitdiffstats
path: root/support/download
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-04-23 00:08:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-25 11:51:44 +0200
commitf75a9f07a630917ce7225266f1238ded49de5bc5 (patch)
tree33041e5ca3c43a01cf089fd48152d129d837ce02 /support/download
parent33e72a90f89afc008b20784482882df45be9a8b7 (diff)
downloadbuildroot-f75a9f07a630917ce7225266f1238ded49de5bc5.tar.gz
buildroot-f75a9f07a630917ce7225266f1238ded49de5bc5.zip
support/download: restore mandatory check of hashes
Now that custom external toolchains to be downloaded properly instruct to not fail on a missing hash, restore the mandatory hash check for everything else. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/download')
-rwxr-xr-xsupport/download/check-hash2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/download/check-hash b/support/download/check-hash
index 6b0372e3ed..c1ff53c02b 100755
--- a/support/download/check-hash
+++ b/support/download/check-hash
@@ -106,5 +106,5 @@ if [ ${nb_checks} -eq 0 ]; then
;;
esac
printf "ERROR: No hash found for %s\n" "${base}" >&2
- exit 0
+ exit 3
fi
OpenPOWER on IntegriCloud