Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-06-01 Thread Richard Purdie
On Wed, 2012-05-30 at 12:56 -0600, Gary Thomas wrote: On 2012-05-30 10:40, Richard Purdie wrote: On Wed, 2012-05-30 at 17:08 +0800, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-31 Thread Zhai, Edwin
On Wed, May 30, 2012 at 12:56:27PM -0600, Gary Thomas wrote: On 2012-05-30 10:40, Richard Purdie wrote: I've merged this however I'm not 100% happy with this as the final fix. I'd ask that: a) The bug remains open (re-prioritised appropriately) about the remaining issues that still exist

[OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com 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 Signed-off-by: Zhai

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread Richard Purdie
On Wed, 2012-05-30 at 17:08 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com 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

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread Gary Thomas
On 2012-05-30 10:40, Richard Purdie wrote: On Wed, 2012-05-30 at 17:08 +0800, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com 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