[bitbake-devel] [PATCH 1/1] bb/cooker: only emit ConfigFilePathFound for files which were parsed

Richard Purdie richard.purdie at linuxfoundation.org
Wed Aug 10 12:38:36 UTC 2011


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 <josh at linux.intel.com>
> ---
>  lib/bb/cooker.py |   28 ++++++++++++++++++++++++++--
>  1 files changed, 26 insertions(+), 2 deletions(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list