summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2022-05-19 13:43:04 +1200
committerRichard Leitner <richard.leitner@skidata.com>2022-08-22 09:52:13 +0200
commitf61c2c48b24d38ebf25f91b148eb7b92a7616543 (patch)
tree39cd6e5e8e94e92e2956d331b011f41f35973838
parent990ac34d99673b650e66f3fe0ad96810a54ecc2f (diff)
downloadmeta-java-f61c2c48b24d38ebf25f91b148eb7b92a7616543.tar.gz
jaxen: github protocol=https, branch=master
Silences: WARNING: jaxen-1.1.6-r0 do_fetch: URL: git://github.com/codehaus/jaxen uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. WARNING: jaxen-1.1.6-r0 do_fetch: URL: git://github.com/codehaus/jaxen does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/xml-commons/jaxen_1.1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/jaxen_1.1.6.bb b/recipes-core/xml-commons/jaxen_1.1.6.bb
index 2741f2c..3823212 100644
--- a/recipes-core/xml-commons/jaxen_1.1.6.bb
+++ b/recipes-core/xml-commons/jaxen_1.1.6.bb
@@ -15,7 +15,7 @@ DEPENDS = "fastjar-native virtual/javac-native xerces-j xom"
15SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6" 15SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6"
16 16
17SRC_URI = "\ 17SRC_URI = "\
18 git://github.com/codehaus/${BPN} \ 18 git://github.com/codehaus/${BPN};protocol=https;branch=master \
19 http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \ 19 http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \
20" 20"
21SRC_URI[jdom.md5sum] = "22745cbaaddb12884ed8ee09083d8fe2" 21SRC_URI[jdom.md5sum] = "22745cbaaddb12884ed8ee09083d8fe2"