From patchwork Wed May 30 09:08:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Fix browser crash on PPC Date: Wed, 30 May 2012 09:08:27 -0000 From: Zhai, Edwin X-Patchwork-Id: 28917 Message-Id: To: openembedded-core@lists.openembedded.org From: Zhai Edwin All, This patch use glib as unicode backend to avoid browser crash webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as work around here. [YOCTO #1570] got fixed The following changes since commit f28209d9d3c67203a2c7a2b25cacfe31643d1bfa: cooker.py: terminate the Parser processes (2012-05-25 11:39:33 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib gzhai/fix3 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix3 Zhai Edwin (1): webkit-gtk: Use glib as unicode backend to avoid browser crash meta/recipes-sato/webkit/webkit-gtk_svn.bb | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-)