diff mbox series

[meta-java,2/3] xalan-j: update SRC_URI

Message ID 20241105180105.4721-3-flowergom@gmail.com
State New
Headers show
Series Update SRC_URI | expand

Commit Message

Minjae Kim Nov. 5, 2024, 6:01 p.m. UTC
From: Minjae Kim <flowergom@gmail.com>

The archive URL has changed slightly, add missing /source/.
http://archive.apache.org/dist/xml/xalan-j/source/

Signed-off-by: Minjae Kim <flowergom@gmail.com>
---
 recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb
index 5e72a34..d1e56fe 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -12,7 +12,7 @@  PR = "r2"
 DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
 
 SRC_URI = "\
-	http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \
+	http://archive.apache.org/dist/xml/${BPN}/source/${BPN}_2_7_1-src.tar.gz;name=archive \
 	https://dlcdn.apache.org/commons/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf \
 	"