generic-poky/meta/recipes-graphics/xorg-lib/libx11-1.3.4
Jingdong Lu 06a03d7211 libx11: fix libX11 keysyms to pass xts5 of lsb
Fixes bug: [YOCTO #1095]
Because of cross-compiling libx11 keysyms will cause Xts5 test of LSB fail.
libx11 use a tool named "makekey" which compiled as a native tool to generate
ks_tables.h. Because the size of "unsigned long" is different between 32-bit
and 64-bit, we should judge whether our target is 32-bit or 64-bit and tell
"makekey".
I add a patch to "makekeys_crosscompile.patch" to "src/utils/makekeys.c" in
order to deal with the different targets. If our target is 32-bit, we force
the variable its type is "unsigned long" to "uint32_t". So we can generate a
correct keysyms.

(From OE-Core rev: 0eea9ab2e9d6e9457f24aa63b3126666611c1c7b)

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02 14:55:56 +01:00
..
include_fix.patch recpies: add Upstream-Status for multiple recipes' patches 2011-05-13 10:28:59 +01:00
makekeys_crosscompile.patch libx11: fix libX11 keysyms to pass xts5 of lsb 2011-06-02 14:55:56 +01:00
nodolt.patch recpies: add Upstream-Status for multiple recipes' patches 2011-05-13 10:28:59 +01:00
x11_disable_makekeys.patch recpies: add Upstream-Status for multiple recipes' patches 2011-05-13 10:28:59 +01:00