diff options
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index e6dd79c4aa..893ec6f6bd 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
@@ -980,6 +980,7 @@ def build_mirroruris(origud, mirrors, ld): | |||
980 | 980 | ||
981 | try: | 981 | try: |
982 | newud = FetchData(newuri, ld) | 982 | newud = FetchData(newuri, ld) |
983 | newud.ignore_checksums = True | ||
983 | newud.setup_localpath(ld) | 984 | newud.setup_localpath(ld) |
984 | except bb.fetch2.BBFetchException as e: | 985 | except bb.fetch2.BBFetchException as e: |
985 | logger.debug("Mirror fetch failure for url %s (original url: %s)" % (newuri, origud.url)) | 986 | logger.debug("Mirror fetch failure for url %s (original url: %s)" % (newuri, origud.url)) |