From 9b3005d9504b2f3d33fa2805ddd95dbc06a61ce2 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 29 Jun 2024 08:44:11 -0700 Subject: fastjar: use SAVANNAH_NONGNU_MIRROR for SRC_URI The original URL http://download.savannah.nongnu.org/releases is currently down and using SAVANNAH_NONGNU_MIRRORS variable allows us to easily override it with a known-good mirror. A list of mirrors can be determined from https://www.gnu.org/server/mirror.html#nongnu Signed-off-by: Tim Orling --- recipes-core/fastjar/fastjar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc index 8412236..30cb9dc 100644 --- a/recipes-core/fastjar/fastjar.inc +++ b/recipes-core/fastjar/fastjar.inc @@ -7,7 +7,7 @@ PR = "r1" DEPENDS = "zlib" -SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" +SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/fastjar/fastjar-${PV}.tar.gz" inherit autotools update-alternatives -- cgit v1.2.3-54-g00ecf