summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-06-29 08:44:11 -0700
committerTim Orling <tim.orling@konsulko.com>2024-06-29 09:19:21 -0700
commit9b3005d9504b2f3d33fa2805ddd95dbc06a61ce2 (patch)
treeee518e4fe324851fe09dd1bbd592a70805feffc7
parente95c19da9b484ec6973a34c3ad6a8463f2e13d66 (diff)
downloadmeta-java-kirkstone-next.tar.gz
fastjar: use SAVANNAH_NONGNU_MIRROR for SRC_URIkirkstone-next
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 <tim.orling@konsulko.com>
-rw-r--r--recipes-core/fastjar/fastjar.inc2
1 files changed, 1 insertions, 1 deletions
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"
7 7
8DEPENDS = "zlib" 8DEPENDS = "zlib"
9 9
10SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" 10SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/fastjar/fastjar-${PV}.tar.gz"
11 11
12inherit autotools update-alternatives 12inherit autotools update-alternatives
13 13