From 99382e1e811f05b89d2fdde14e35abaeac2120b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Jun 2020 20:17:15 +0200 Subject: [PATCH] xa: upgrade 2.3.10 -> 2.3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes build with gcc10 Signed-off-by: Andreas Müller --- .../xa/files/0001-Align-Makefiles-for-cross-compiling.patch | 2 +- recipes-support/xa/{xa_2.3.10.bb => xa_2.3.11.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename recipes-support/xa/{xa_2.3.10.bb => xa_2.3.11.bb} (79%) diff --git a/recipes-support/xa/files/0001-Align-Makefiles-for-cross-compiling.patch b/recipes-support/xa/files/0001-Align-Makefiles-for-cross-compiling.patch index ee16e01..e7c77ef 100644 --- a/recipes-support/xa/files/0001-Align-Makefiles-for-cross-compiling.patch +++ b/recipes-support/xa/files/0001-Align-Makefiles-for-cross-compiling.patch @@ -75,7 +75,7 @@ index 0cda4d6..5b9ead0 100644 + install -m 644 man/file65.1 man/ldo65.1 man/printcbm.1 man/reloc65.1 man/uncpk.1 man/xa.1 $(DESTDIR)$(PREFIX)/share/man/man1 dist: clean - cd .. ; tar cvf xa-2.3.10.tar xa-2.3.10 ; gzip xa-2.3.10.tar + cd .. ; tar cvf xa-2.3.11.tar xa-2.3.11 ; gzip xa-2.3.11.tar diff --git a/misc/Makefile b/misc/Makefile index 2b450e0..6967dad 100644 --- a/misc/Makefile diff --git a/recipes-support/xa/xa_2.3.10.bb b/recipes-support/xa/xa_2.3.11.bb similarity index 79% rename from recipes-support/xa/xa_2.3.10.bb rename to recipes-support/xa/xa_2.3.11.bb index 11931e7..aeef22c 100644 --- a/recipes-support/xa/xa_2.3.10.bb +++ b/recipes-support/xa/xa_2.3.11.bb @@ -9,8 +9,8 @@ SRC_URI = " \ http://www.floodgap.com/retrotech/xa/dists/${BPN}-${PV}.tar.gz \ file://0001-Align-Makefiles-for-cross-compiling.patch \ " -SRC_URI[md5sum] = "14265129071922dd964d89599775d13e" -SRC_URI[sha256sum] = "867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78" +SRC_URI[md5sum] = "72cbd5619f75b0c9839b90c41d0f9ea6" +SRC_URI[sha256sum] = "32f2164c99e305218e992970856dd8e2309b5cb6ac4758d7b2afe3bfebc9012d" BBCLASSEXTEND = "native"