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

Jessica Zhang jessica.zhang at intel.com
Thu Jan 3 23:32:05 UTC 2013


Signed-off-by: Jessica Zhang <jessica.zhang at intel.com>
---
 bitbake/lib/bb/ui/hob.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.9.5





More information about the bitbake-devel mailing list