diff mbox series

[meta-java] xom: Update github SRC_URI

Message ID 20240323075850.453-1-jermain.horsman@nedap.com
State Accepted, archived
Commit e13c30d7422d4f95a20d0728f5f025ae7438aa24
Delegated to: Tim Orling
Headers show
Series [meta-java] xom: Update github SRC_URI | expand

Commit Message

jhatnedap@gmail.com March 23, 2024, 7:58 a.m. UTC
From: Jermain Horsman <jermain.horsman@nedap.com>

This prevents warnings about:
- git protocol which is no longer supported by github
- branch parameter not being set

Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
---
 recipes-core/xml-commons/xom_1.2.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-core/xml-commons/xom_1.2.10.bb b/recipes-core/xml-commons/xom_1.2.10.bb
index 42ad957..9b09e4d 100644
--- a/recipes-core/xml-commons/xom_1.2.10.bb
+++ b/recipes-core/xml-commons/xom_1.2.10.bb
@@ -14,7 +14,7 @@  PV_jaxen = "1.1.6"
 
 SRC_URI = "\
 	http://www.cafeconleche.org/XOM/${P}-src.tar.gz;name=archive \
-	git://github.com/codehaus/${SRCNAME_jaxen};name=jaxen \
+	git://github.com/codehaus/${SRCNAME_jaxen};name=jaxen;branch=master;protocol=https \
 	file://04_remove_sun_import.patch \
 "
 SRC_URI[archive.md5sum] = "9f3a2ae827a9f6826fe76e4b7b0c22b3"