summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/hob.py
diff options
context:
space:
mode:
authorJessica Zhang <jessica.zhang@intel.com>2013-01-03 15:32:05 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-18 12:52:33 +0000
commit7e3a99949358f4362876df5a82f8aeaae72c3c97 (patch)
tree5097f63417b31ad2c80c094d602b6068b5d153a2 /lib/bb/ui/hob.py
parentf0a6261d3a8ede9ebdb6383e02cb2c2de1690640 (diff)
downloadbitbake-7e3a99949358f4362876df5a82f8aeaae72c3c97.tar.gz
hob: Fix GTK+ and PyGtk version check error message to be more clear
Improve the error message the user sees if the versions are incorrect. [YOCTO #3637] Signed-off-by: Jessica Zhang <jessica.zhang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/ui/hob.py')
-rwxr-xr-xlib/bb/ui/hob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/hob.py b/lib/bb/ui/hob.py
index 9ec32b151..55bd84cca 100755
--- a/lib/bb/ui/hob.py
+++ b/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