diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-07 23:54:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-08 10:20:16 +0200 |
commit | eaafb0b441e9645cad3e1a7a6730be4b19c65d54 (patch) | |
tree | 7ac4e186cdef26cec9e85331df81fe6fc87f2a0b /meta-oe/recipes-graphics/xorg-lib | |
parent | 5c22d88fe27592f4ef279e562cba063676f8d1fe (diff) | |
download | meta-openembedded-eaafb0b441e9645cad3e1a7a6730be4b19c65d54.tar.gz |
libxaw: upgrade to 1.0.10 to fix -Werror=pointer-to-int-cast when building for x86-64
* 1.0.9 fails with:
| XawIm.c:1410:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
| XawIm.c:1415:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
* fixed upstream:
http://cgit.freedesktop.org/xorg/lib/libXaw/commit/?id=49c0a2441946f0d70fbd2612f193c95b84dde102
* COPYING changed only formally, stripping trailing spaces in
http://cgit.freedesktop.org/xorg/lib/libXaw/commit/COPYING?id=37ffe69b10ae29e8f91de6ef647d06804b9d159b
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb (renamed from meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb index ea4f38b67..89338d9c3 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb +++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb | |||
@@ -2,13 +2,12 @@ require recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
2 | DESCRIPTION = "X Athena Widget Set" | 2 | DESCRIPTION = "X Athena Widget Set" |
3 | DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native" | 3 | DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1beacbc336a5a256bb28dbfcf01c2be" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364" |
6 | 6 | ||
7 | PE = "1" | 7 | PE = "1" |
8 | PR = "r12" | ||
9 | 8 | ||
10 | SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4" | 9 | SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b" |
11 | SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037" | 10 | SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd" |
12 | 11 | ||
13 | # disable docs as groff detection doesn't work on some hosts while cross compilling | 12 | # disable docs as groff detection doesn't work on some hosts while cross compilling |
14 | EXTRA_OECONF += " --disable-docs " | 13 | EXTRA_OECONF += " --disable-docs " |