diff mbox series

[meta-java,1/3] xml-commons-resolver: fix SRC_URI

Message ID 20241105180105.4721-2-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 /binaries/.

https://archive.apache.org/dist/xml/commons/binaries/

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

Patch

diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
index 42ce703..23e47b2 100644
--- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
+++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
@@ -4,7 +4,7 @@  LICENSE = "Apache-2.0"
 PR = "r1"
 LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584"
 
-SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz"
+SRC_URI = "http://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-${PV}.tar.gz"
 
 inherit java-library