diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-06-29 08:44:11 -0700 |
---|---|---|
committer | Tim Orling <tim.orling@konsulko.com> | 2024-06-29 09:19:21 -0700 |
commit | 9b3005d9504b2f3d33fa2805ddd95dbc06a61ce2 (patch) | |
tree | ee518e4fe324851fe09dd1bbd592a70805feffc7 | |
parent | e95c19da9b484ec6973a34c3ad6a8463f2e13d66 (diff) | |
download | meta-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.inc | 2 |
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 | ||
8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
9 | 9 | ||
10 | SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" | 10 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/fastjar/fastjar-${PV}.tar.gz" |
11 | 11 | ||
12 | inherit autotools update-alternatives | 12 | inherit autotools update-alternatives |
13 | 13 | ||