diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-09-02 08:22:10 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:53:49 +0100 |
commit | 0d7bcdf9fd1bfaebfb5f0b99606e85a8e0229bba (patch) | |
tree | 67ef90b98f281032c1e49d7adf0b11e5e9a7889f /meta/recipes-kernel/oprofile/oprofileui-svn.inc | |
parent | 36aa00b6f704761b6b518729befc936af674c68d (diff) | |
download | openembedded-core-0d7bcdf9fd1bfaebfb5f0b99606e85a8e0229bba.tar.gz openembedded-core-0d7bcdf9fd1bfaebfb5f0b99606e85a8e0229bba.tar.bz2 openembedded-core-0d7bcdf9fd1bfaebfb5f0b99606e85a8e0229bba.tar.xz openembedded-core-0d7bcdf9fd1bfaebfb5f0b99606e85a8e0229bba.zip |
libmatchbox: Fix the matchbox environment start failure on x86-64 target.
x86 target works well. Root cause is libmatchbox use "0"(int) as termination
indicator when calling XftFontOpen, which in turn called FcPatternVapBuild(in
fontconfig). It try to get the "0" as char* and fetch wrong value, as int and
char* has different size on x86-64. This patch forces a NULL pointer as
terminator to fix it.
[BUGID #234] is fixed by this
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui-svn.inc')
0 files changed, 0 insertions, 0 deletions