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 1T4SNO-00017e-PD for bitbake-devel@lists.openembedded.org; Thu, 23 Aug 2012 10:02:50 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q7N7oeir014897; Thu, 23 Aug 2012 08:50:40 +0100 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 08673-10; Thu, 23 Aug 2012 08:50:30 +0100 (BST) 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 q7N7oL20014845 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 23 Aug 2012 08:50:26 +0100 Message-ID: <1345708222.12043.0.camel@ted> From: Richard Purdie To: Paul Eggleton Date: Thu, 23 Aug 2012 08:50:22 +0100 In-Reply-To: <1345648478-2678-1-git-send-email-paul.eggleton@linux.intel.com> References: <1345648478-2678-1-git-send-email-paul.eggleton@linux.intel.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH] cooker: fix traceback when using -b with skipped recipe 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: Thu, 23 Aug 2012 08:02:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-08-22 at 16:14 +0100, Paul Eggleton wrote: > If a recipe is skipped during parsing for whatever reason, check and > report this as an error rather than trying to use the data that is sent > back and failing. > > Fixes [YOCTO #2976]. > > Signed-off-by: Paul Eggleton > --- > bitbake/lib/bb/cooker.py | 4 ++++ > 1 file changed, 4 insertions(+) Merged to master, thanks. Richard