diff mbox series

[meta-java,5/7] xml-commons: Update SRC_URI

Message ID 20240325132603.2477-5-jermain.horsman@nedap.com
State New
Headers show
Series [meta-java,1/7] jamvm-initial-native: Update LICENSE to use SPDX identifier | expand

Commit Message

jhatnedap@gmail.com March 25, 2024, 1:26 p.m. UTC
From: Jermain Horsman <jermain.horsman@nedap.com>

Archive layout seems to have changed.

Signed-off-by: Jermain Horsman <jermain.horsman@nedap.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..b5d13cd 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 = "https://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-${PV}.tar.gz"
 
 inherit java-library