[bitbake-devel] [PATCH] fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabled

Richard Purdie richard.purdie at linuxfoundation.org
Mon Dec 5 16:18:08 UTC 2011


On Fri, 2011-12-02 at 10:58 -0800, Joshua Lock wrote:
> BB_STRICT_CHECKSUM caused a backtrace as the FetchError parameters are
> incorrectly specified such that FetchError is being passed 8 params
> when it's expecting 3. This fixes the parameters so we're passing a
> formatted string and the url.
> 
> Signed-off-by: Joshua Lock <josh at linux.intel.com>
> ---
>  lib/bb/fetch2/__init__.py |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list