From patchwork Thu Apr 5 18:29:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/3] Changes to ensure Hob can be run on CentOS 6 Date: Thu, 05 Apr 2012 18:29:35 -0000 From: Joshua Lock X-Patchwork-Id: 25229 Message-Id: To: bitbake-devel@lists.openembedded.org 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(-)