From f61c2c48b24d38ebf25f91b148eb7b92a7616543 Mon Sep 17 00:00:00 2001 From: Douglas Royds Date: Thu, 19 May 2022 13:43:04 +1200 Subject: 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 Signed-off-by: Richard Leitner --- recipes-core/xml-commons/jaxen_1.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SRCREV = "7d7755ac8b19daa2ff6f319f432b864cc72d89b6" SRC_URI = "\ - git://github.com/codehaus/${BPN} \ + git://github.com/codehaus/${BPN};protocol=https;branch=master \ http://www.jdom.org/dist/binary/archive/jdom-1.1.tar.gz;name=jdom \ " SRC_URI[jdom.md5sum] = "22745cbaaddb12884ed8ee09083d8fe2" -- cgit v1.2.3-54-g00ecf