summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJermain Horsman <jermain.horsman@nedap.com>2024-03-23 08:58:50 +0100
committerTim Orling <tim.orling@konsulko.com>2024-03-23 14:09:55 -0700
commite13c30d7422d4f95a20d0728f5f025ae7438aa24 (patch)
treea595db40888238dc3fc290621a5b112b5d09659c
parent4799a6291223467311d24ed3e1af367aadea122e (diff)
downloadmeta-java-e13c30d7422d4f95a20d0728f5f025ae7438aa24.tar.gz
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 <jermain.horsman@nedap.com> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r--recipes-core/xml-commons/xom_1.2.10.bb2
1 files changed, 1 insertions, 1 deletions
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"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 http://www.cafeconleche.org/XOM/${P}-src.tar.gz;name=archive \ 16 http://www.cafeconleche.org/XOM/${P}-src.tar.gz;name=archive \
17 git://github.com/codehaus/${SRCNAME_jaxen};name=jaxen \ 17 git://github.com/codehaus/${SRCNAME_jaxen};name=jaxen;branch=master;protocol=https \
18 file://04_remove_sun_import.patch \ 18 file://04_remove_sun_import.patch \
19" 19"
20SRC_URI[archive.md5sum] = "9f3a2ae827a9f6826fe76e4b7b0c22b3" 20SRC_URI[archive.md5sum] = "9f3a2ae827a9f6826fe76e4b7b0c22b3"