summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2021-11-18 09:41:07 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-11-18 12:10:07 +0100
commit3af889e112ddb5c677990535b1e0209c08f68e3f (patch)
tree6e5202cf4c86365d5287d1a0ef2ff8ce3c0bbf83
parent19c395ad0a3869cd79bb3f0833e88c70af387ede (diff)
downloadmeta-java-3af889e112ddb5c677990535b1e0209c08f68e3f.tar.gz
jdepend: Set protocol=https and branch=master
Fixes: WARNING: jdepend-native-2.9.1-r0 do_fetch: URL: git://github.com/clarkware/jdepend uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. WARNING: jdepend-native-2.9.1-r0 do_fetch: URL: git://github.com/clarkware/jdepend 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: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/jdepend/jdepend_2.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend_2.9.1.bb
index 7c6cc8c..deae6a8 100644
--- a/recipes-core/jdepend/jdepend_2.9.1.bb
+++ b/recipes-core/jdepend/jdepend_2.9.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230"
6 6
7HOMEPAGE = "https://github.com/clarkware/jdepend" 7HOMEPAGE = "https://github.com/clarkware/jdepend"
8 8
9SRC_URI = "git://github.com/clarkware/jdepend" 9SRC_URI = "git://github.com/clarkware/jdepend;protocol=https;branch=master"
10SRCREV = "57980590313a5dbde236a3eb2c8958e9e53e6a10" 10SRCREV = "57980590313a5dbde236a3eb2c8958e9e53e6a10"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12