| Submitter | Joshua Lock |
|---|---|
| Date | March 31, 2012, 1:05 a.m. |
| Message ID | <cover.1333155656.git.josh@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/24965/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/incandescant/bitbake josh/hobComments
I have a more informative version of this patch which I'll submit shortly. On 30/03/12 18:05, Joshua Lock wrote: > Hob requires pygtk 2.22 or later and systems without that will see a Python > backtrace. > This small change tests whether pygtk is installed and tests which version of it > is available and prints an error if pytgtk is missing or too low a version. > > Cheers, > Joshua > > The following changes since commit 035e146ff92236a3eda71ad71e8389737f91753b: > > Hob: In building log page, fixed the issue about 'endpath' not clear when next to start build (2012-03-30 17:19:35 +0100) > > are available in the git repository at: > git://github.com/incandescant/bitbake josh/hob > https://github.com/incandescant/bitbake/tree/josh/hob > > Joshua Lock (1): > lib/bb/ui/hob: exit cleanly if the required pygtk version isn't > available > > lib/bb/ui/hob.py | 11 +++++++++-- > 1 files changed, 9 insertions(+), 2 deletions(-) >
Hob requires pygtk 2.22 or later and systems without that will see a Python backtrace. This small change tests whether pygtk is installed and tests which version of it is available and prints an error if pytgtk is missing or too low a version. Cheers, Joshua The following changes since commit 035e146ff92236a3eda71ad71e8389737f91753b: Hob: In building log page, fixed the issue about 'endpath' not clear when next to start build (2012-03-30 17:19:35 +0100) are available in the git repository at: git://github.com/incandescant/bitbake josh/hob https://github.com/incandescant/bitbake/tree/josh/hob Joshua Lock (1): lib/bb/ui/hob: exit cleanly if the required pygtk version isn't available lib/bb/ui/hob.py | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-)