bitbake: hob: ensure error message text is properly escaped
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 10 Sep 2012 17:11:17 +0000 (18:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Sep 2012 20:54:44 +0000 (21:54 +0100)
commit3873e4565fc635002d3b389346f2779cb71d90b7
tree8d979bb05eb764923c857de8016b25d55755a06e
parent977fc27520eff995b280f6b8a12f9668f9ee5094
bitbake: hob: ensure error message text is properly escaped

Our poor implementation of markup escaping was causing invalid
markup, leading to the error dialog being blank. Use the glib markup
escaping function provided by PyGTK+ to do this properly and avoid the
blank error dialogs.

Partial fix for [YOCTO #2983].

(Bitbake rev: 563ea5233a5ab1629c51e802d04280692f96c596)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/builder.py