[bitbake-devel] [PATCH 01/10] ui/hob: Fixed the "build again" hang.

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jul 1 15:56:11 UTC 2011


On Thu, 2011-06-30 at 23:02 -0700, Joshua Lock wrote:
> From: Lianhao Lu <lianhao.lu at intel.com>
> 
> Using gobject.threads_init() instead of gtk.gdk.threads_init(). These
> two modes are conflict to each other. Using gobject.threads_init()
> allows only the main thread to touch GUI(gtk) part.
> 
> Signed-off-by: Lianhao Lu <lianhao.lu at intel.com>
> Signed-off-by: Joshua Lock <josh at linux.intel.com>
> ---
>  lib/bb/ui/hob.py |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list