From 7e3a99949358f4362876df5a82f8aeaae72c3c97 Mon Sep 17 00:00:00 2001 From: Jessica Zhang Date: Thu, 3 Jan 2013 15:32:05 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- lib/bb/ui/hob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/ui/hob.py b/lib/bb/ui/hob.py index 9ec32b15171..55bd84cca8f 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 -- 2.47.3