[oe-commits] Martin Jansa : libxaw: upgrade to 1.0.10 to fix -Werror= pointer-to-int-cast when building for x86-64

git at git.openembedded.org git at git.openembedded.org
Wed May 16 11:17:51 UTC 2012


Module: meta-openembedded.git
Branch: denzil
Commit: 2bdc6c2e4f0436535f1c6aad72acae4146374149
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2bdc6c2e4f0436535f1c6aad72acae4146374149

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon May  7 23:54:30 2012 +0200

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 at gmail.com>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 .../xorg-lib/{libxaw_1.0.9.bb => libxaw_1.0.10.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
similarity index 75%
rename from meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb
rename to 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 "





More information about the Openembedded-commits mailing list