All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Changes to ensure Hob can be run on CentOS 6
@ 2012-04-05 18:29 Joshua Lock
  2012-04-05 18:29 ` [PATCH 1/3] lib/bb/ui/crumbs/persistenttooltip: replace 2.22 API Joshua Lock
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joshua Lock @ 2012-04-05 18:29 UTC (permalink / raw)
  To: bitbake-devel

The following series contains changes to ensure Hob can be used on CentOS 6,
that is Gtk+ 2.18.9 and PyGtk 2.16.0.

To achieve this I've replaced calls to convenience API which was only introduced
with Gtk+ 2.22 and lowered the versions of Gtk+ and PyGtk we test for in the
Hob GUI.

Tested on CentOS 6.2

Cheers,
Joshua

The following changes since commit d49db15badb77855cef855ee73430fcbc16b6916:

  Hob: a minor fix on pmake (2012-04-05 18:47:37 +0100)

are available in the git repository at:
  git://github.com/incandescant/bitbake josh/hob-centos6
  https://github.com/incandescant/bitbake/tree/josh/hob-centos6

Joshua Lock (3):
  lib/bb/ui/crumbs/persistenttooltip: replace 2.22 API
  lib/bb/ui/crumbs/hobwidget: replace new API
  hob: update required versions of (py)gtk et al

 lib/bb/ui/crumbs/hobwidget.py         |    2 +-
 lib/bb/ui/crumbs/persistenttooltip.py |    2 +-
 lib/bb/ui/hob.py                      |   11 +++++++----
 3 files changed, 9 insertions(+), 6 deletions(-)

-- 
1.7.7.6




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-10 22:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 18:29 [PATCH 0/3] Changes to ensure Hob can be run on CentOS 6 Joshua Lock
2012-04-05 18:29 ` [PATCH 1/3] lib/bb/ui/crumbs/persistenttooltip: replace 2.22 API Joshua Lock
2012-04-05 18:29 ` [PATCH 2/3] lib/bb/ui/crumbs/hobwidget: replace new API Joshua Lock
2012-04-05 18:29 ` [PATCH 3/3] hob: update required versions of (py)gtk et al Joshua Lock
2012-04-10 22:48 ` [PATCH 0/3] Changes to ensure Hob can be run on CentOS 6 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.