| Submitter | Shane Wang |
|---|---|
| Date | June 2, 2012, 4:54 a.m. |
| Message ID | <cover.1338612620.git.shane.wang@intel.com> |
| Download | mbox |
| Permalink | /patch/29131/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib shane/newproxyComments
On Sat, 2012-06-02 at 12:54 +0800, Shane Wang wrote: > 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 Merged to master, thanks. Richard
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(-)