[bitbake-devel] [PATCH] lib/bb/fetch2: don't skip checksums when local mirror enabled

Richard Purdie richard.purdie at linuxfoundation.org
Tue Apr 10 23:39:11 UTC 2012


On Thu, 2012-04-05 at 18:07 +0100, Paul Eggleton wrote:
> If you have PREMIRRORS set up to point to a local directory, the local
> download function does nothing and always succeeds and the mirror code
> was writing a .done stamp regardless, thus the checksum verification was
> being skipped even if the file wasn't actually copied from the mirror.
> 
> Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
> ---
>  lib/bb/fetch2/__init__.py |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list