Commit 1c7c687
committed
core/download: properly honor BR_NO_CHECK_HASH_FOR when there's a hash
Before, if there was a hash for the affected file, it was checked
even if the package was in BR_NO_CHECK_HASH_FOR. This caused build
failures on gstreamer1 packages when BR2_PACKAGE_GSTREAMER1_GIT=y,
because the tarball was downloaded from an alternative source (git
tarball), the hash was different from the one in the official release,
and the hash check against the official hash failed.1 parent 2bd530e commit 1c7c687
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| |||
0 commit comments