Message ID | 20250505083113.815950-5-emailaddress.ashish@gmail.com |
---|---|
State | New |
Headers | show |
Series | Fixes SRC_URI for meta-java recipe | expand |
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc index 8412236..97e79bb 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 = "http://download-mirror.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz" inherit autotools update-alternatives
Signed-off-by: Ashish Mishra <emailaddress.ashish@gmail.com> --- recipes-core/fastjar/fastjar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)