From 5ba79cbfd30d35598c986a377117c710a2692b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 10 Dec 2019 16:42:58 +0100 Subject: [PATCH] xa: Fix source download by adding mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/xa/xa_2.3.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-support/xa/xa_2.3.9.bb b/recipes-support/xa/xa_2.3.9.bb index f8577df..4ba09b8 100644 --- a/recipes-support/xa/xa_2.3.9.bb +++ b/recipes-support/xa/xa_2.3.9.bb @@ -2,6 +2,9 @@ SUMMARY = "Open-source 6502 cross assembler" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=1f67e705f4eb5064027b8c40ccfdb43e" +# They move old versions to a different folder +MIRRORS =+ "http://www.floodgap.com/retrotech/xa/dists/ http://www.floodgap.com/retrotech/xa/dists/unsupported/" + SRC_URI = " \ http://www.floodgap.com/retrotech/xa/dists/${BPN}-${PV}.tar.gz \ file://0001-Align-Makefiles-for-cross-compiling.patch \