From 58c33155c2c2f441bafec566965dbfb654d25f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 10 Dec 2019 12:40:32 +0100 Subject: [PATCH] xa: upgrade 2.3.9 -> 2.3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../xa/files/0001-Align-Makefiles-for-cross-compiling.patch | 2 +- recipes-support/xa/{xa_2.3.9.bb => xa_2.3.10.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename recipes-support/xa/{xa_2.3.9.bb => xa_2.3.10.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 169b03d..ee16e01 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.9.tar xa-2.3.9 ; gzip xa-2.3.9.tar + cd .. ; tar cvf xa-2.3.10.tar xa-2.3.10 ; gzip xa-2.3.10.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.9.bb b/recipes-support/xa/xa_2.3.10.bb similarity index 79% rename from recipes-support/xa/xa_2.3.9.bb rename to recipes-support/xa/xa_2.3.10.bb index 4ba09b8..11931e7 100644 --- a/recipes-support/xa/xa_2.3.9.bb +++ b/recipes-support/xa/xa_2.3.10.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] = "f533c3d36fcedcbca3b61a90ded6f37f" -SRC_URI[sha256sum] = "8d3097d3b75adf4305d7d5c8e8f2568a7176cb348bcc50006cfc58378540c555" +SRC_URI[md5sum] = "14265129071922dd964d89599775d13e" +SRC_URI[sha256sum] = "867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78" BBCLASSEXTEND = "native"