Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bitbake: fetch2: Do not attempt to verify donestamp if download is no…
…t complete npmsw(and maybe other fetchers) may try to download same files simulatenously. if a premirror is set, download method tries premirror location first. If file is not found, done is set to false. In the meantime, other fetchers may download the files required and verify_donestamp might return true. In this scenerio, fetcher doesn't try to download again and fails. Do not attempt to verify_donestamp if done is not set. By this way, we ensure that fetcher attempts to do another download after premirror failure. (Bitbake rev: 5386296b1a4719f12d4ba0863d96ee80ba4fa94a) Signed-off-by: Caner Altinbasak <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
- Loading branch information