From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RXbLc-0006TH-UC for bitbake-devel@lists.openembedded.org; Mon, 05 Dec 2011 17:25:02 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pB5GI7YL023970; Mon, 5 Dec 2011 16:18:07 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23185-07; Mon, 5 Dec 2011 16:18:03 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pB5GHvNY023964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Dec 2011 16:17:58 GMT Message-ID: <1323101888.25960.99.camel@ted> From: Richard Purdie To: Joshua Lock Date: Mon, 05 Dec 2011 16:18:08 +0000 In-Reply-To: <1322852315-7036-1-git-send-email-josh@linux.intel.com> References: <1322852315-7036-1-git-send-email-josh@linux.intel.com> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH] fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabled X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 16:25:02 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 > --- > lib/bb/fetch2/__init__.py | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Merged to master, thanks. Richard