aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/jdepend/jdepend_2.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/jdepend/jdepend_2.9.1.bb')
-rw-r--r--recipes-core/jdepend/jdepend_2.9.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend_2.9.1.bb
index 7c6cc8c..1fa156c 100644
--- a/recipes-core/jdepend/jdepend_2.9.1.bb
+++ b/recipes-core/jdepend/jdepend_2.9.1.bb
@@ -1,12 +1,12 @@
SUMMARY = "Design quality metrics generator for each Java"
# see https://github.com/clarkware/jdepend/blob/master/LICENSE
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230"
HOMEPAGE = "https://github.com/clarkware/jdepend"
-SRC_URI = "git://github.com/clarkware/jdepend"
+SRC_URI = "git://github.com/clarkware/jdepend;protocol=https;branch=master"
SRCREV = "57980590313a5dbde236a3eb2c8958e9e53e6a10"
S = "${WORKDIR}/git"