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 1Qr88W-0008WN-0m for bitbake-devel@lists.openembedded.org; Wed, 10 Aug 2011 14:43:52 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p7ACdK96021560; Wed, 10 Aug 2011 13:39:20 +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 20864-07; Wed, 10 Aug 2011 13:39:16 +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 p7ACdBfQ021554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Aug 2011 13:39:11 +0100 From: Richard Purdie To: Joshua Lock In-Reply-To: <0b3cb48f888272873d1b94c8bf745ca0b767d63e.1312906927.git.josh@linux.intel.com> References: <0b3cb48f888272873d1b94c8bf745ca0b767d63e.1312906927.git.josh@linux.intel.com> Date: Wed, 10 Aug 2011 13:38:36 +0100 Message-ID: <1312979916.14274.371.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH 1/1] bb/cooker: only emit ConfigFilePathFound for files which were parsed 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: Wed, 10 Aug 2011 12:43:52 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-08-09 at 09:23 -0700, Joshua Lock wrote: > When the requested configuration file is found on disk check the > against the configuration files in __depends/__base_depends to ensure the > file was parsed before emitting the ConfigFilePathFound event. > If the requested file wasn't parsed just return (and don't emit). > > Fixes [YOCTO #1246] > > Signed-off-by: Joshua Lock > --- > lib/bb/cooker.py | 28 ++++++++++++++++++++++++++-- > 1 files changed, 26 insertions(+), 2 deletions(-) Merged to master, thanks. Richard