From patchwork Sat Jun 2 04:54:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/3] Hob: some fixes Date: Sat, 02 Jun 2012 04:54:32 -0000 From: Shane Wang X-Patchwork-Id: 29131 Message-Id: To: bitbake-devel@lists.openembedded.org Here are some fixes for Hob: - lower the limitation of PyGTK so Ubuntu 10.04 can still use Hob - we will continue to change Hob, add versions for compatibility check - some special chars can be shown as markup, replace them with escape chars & -> & < -> < > -> > and so on The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773: documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4 (2012-05-31 21:16:55 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/newproxy http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/newproxy Shane Wang (3): Hob: lower the limitation for PyGTK Hob: add versions for compatibility check between Hob and templates Hob: Interpret some special characters for label markup bitbake/lib/bb/ui/crumbs/builder.py | 27 +++++++++++++++++++++++---- bitbake/lib/bb/ui/crumbs/template.py | 17 ++++++++++++++++- bitbake/lib/bb/ui/hob.py | 2 +- 3 files changed, 40 insertions(+), 6 deletions(-)