From e13c30d7422d4f95a20d0728f5f025ae7438aa24 Mon Sep 17 00:00:00 2001 From: Jermain Horsman Date: Sat, 23 Mar 2024 08:58:50 +0100 Subject: xom: Update github SRC_URI This prevents warnings about: - git protocol which is no longer supported by github - branch parameter not being set Signed-off-by: Jermain Horsman Signed-off-by: Tim Orling --- recipes-core/xml-commons/xom_1.2.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf