bitbake: 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]

(Bitbake rev: 7e3a99949358f4362876df5a82f8aeaae72c3c97)

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jessica Zhang 2013-01-03 15:32:05 -08:00 committed by Richard Purdie
parent 94284f1ce0
commit 2ad1894520
1 changed files with 1 additions and 1 deletions

View File

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