From: Jingdong Lu <jingdong.lu@windriver.com>
To: <poky@yoctoproject.org>
Subject: [PATCH 0/1] libx11: fix libX11 keysyms to pass xts5 of lsb
Date: Tue, 24 May 2011 15:21:33 +0800 [thread overview]
Message-ID: <cover.1306220168.git.jingdong.lu@windriver.com> (raw)
From: Jingdong Lu <jingdong.lu@windriver.com>
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".
The following changes since commit 7706d5d844db2725f4118207d90e302679eacdfe:
Bruce Ashfield (1):
linux-yocto/meta-yocto: fix gcc 4.6.0 compilation failures
are available in the git repository at:
git://git.pokylinux.org/poky-contrib.git jingdonglu/distro
http://git.pokylinux.org/cgit.cgi//log/?h=jingdonglu/distro
Jingdong Lu (1):
libx11: fix libX11 keysyms to pass xts5 of lsb
.../libx11-1.3.4/makekeys_crosscompile.patch | 35 ++++++++++++++++++++
.../recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | 5 ++-
meta/recipes-graphics/xorg-lib/libx11.inc | 8 ++++-
meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 5 ++-
4 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.3.4/makekeys_crosscompile.patch
next reply other threads:[~2011-05-24 7:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 7:21 Jingdong Lu [this message]
2011-05-24 7:21 ` [PATCH 1/1] libx11: fix libX11 keysyms to pass xts5 of lsb Jingdong Lu
-- strict thread matches above, loose matches on Subject: below --
2011-05-24 11:13 [PATCH 0/1] " Jingdong Lu
2011-06-01 9:58 Jingdong Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1306220168.git.jingdong.lu@windriver.com \
--to=jingdong.lu@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.