diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-07 23:54:30 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2012-05-09 17:09:48 +0200 |
commit | 2bdc6c2e4f0436535f1c6aad72acae4146374149 (patch) | |
tree | 1d9909039de7c8a678d50d67a07b1e097b7c4fd7 | |
parent | ec2925df1cd6d08b9a6562106a739c6eb1aa1619 (diff) |
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>
Signed-off-by: Eric Bénard <eric@eukrea.com>
-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 ea4f38b..89338d9 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 DESCRIPTION = "X Athena Widget Set" DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native" -LIC_FILES_CHKSUM = "file://COPYING;md5=f1beacbc336a5a256bb28dbfcf01c2be" +LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364" PE = "1" -PR = "r12" -SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4" -SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037" +SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b" +SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd" # disable docs as groff detection doesn't work on some hosts while cross compilling EXTRA_OECONF += " --disable-docs " |