[bitbake-devel] [PATCH 1/1] Fix GTK+ and PyGtk version check error message to be more clear [Yocto #3637]

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jan 18 12:53:43 UTC 2013


On Thu, 2013-01-03 at 15:32 -0800, Jessica Zhang wrote:
> Signed-off-by: Jessica Zhang <jessica.zhang at intel.com>
> ---
>  bitbake/lib/bb/ui/hob.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I merged this but I had to reformat the summary and commit message as
they weren't in the correct form.

Cheers,

Richard

> diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
> index 9ec32b1..55bd84c 100755
> --- a/bitbake/lib/bb/ui/hob.py
> +++ b/bitbake/lib/bb/ui/hob.py
> @@ -22,7 +22,7 @@
>  
>  import sys
>  import os
> -requirements = "FATAL: Gtk+, PyGtk and PyGobject are required to use Hob"
> +requirements = "FATAL: Hob requires Gtk+ 2.20.0 or higher, PyGtk 2.21.0 or higher"
>  try:
>      import gobject
>      import gtk






More information about the bitbake-devel mailing list