[OE-core] [oe-core][PATCH 04/13] libx11: upgrade to 1.4.4

Richard Purdie richard.purdie at linuxfoundation.org
Fri Sep 30 11:24:18 UTC 2011


On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  .../xorg-lib/libx11-1.4.4/keysymdef_include.patch  |   19 +++++++
>  .../libx11-1.4.4/x11_disable_makekeys.patch        |   29 +++++++++++
>  meta/recipes-graphics/xorg-lib/libx11.inc          |   52 ++++++++++++--------
>  meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb     |   14 +++++
>  4 files changed, 94 insertions(+), 20 deletions(-)
>  create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.4.4/keysymdef_include.patch
>  create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.4.4/x11_disable_makekeys.patch
>  create mode 100644 meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb

This isn't an upgrade, its an addition of a new version with changes to
the core include file which likely break the previous version?

+# Below option is added to overcome the GCC bug on ARM
+# see http://gcc.gnu.org/PR42981 for further details.
+# We could potentially take it off when its fixed in gcc 4.5
+
+CFLAGS_append_arm = " -fforward-propagate "

This shouldn't really be here, it should be in the toolchain config
file, only applied for gcc 4.5 with something like:

CFLAGS_append_arm_pn-libx11 = " -fforward-propagate "

Also, there is a lot of whitespace churn in variables being added and
removed in different orders. Can we reduce that please?

Cheers,

Richard





More information about the Openembedded-core mailing list