summaryrefslogtreecommitdiffstats
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 @@
1SUMMARY = "Design quality metrics generator for each Java" 1SUMMARY = "Design quality metrics generator for each Java"
2 2
3# see https://github.com/clarkware/jdepend/blob/master/LICENSE 3# see https://github.com/clarkware/jdepend/blob/master/LICENSE
4LICENSE = "BSD" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230" 5LIC_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