summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 be48325..5f09a8b 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 = "https://github.com/clarkware/jdepend/archive/${PV}.zip" 9SRC_URI = "https://github.com/clarkware/jdepend/archive/${PV}.zip;downloadfilename=${BP}.zip"
10 10
11inherit java-library 11inherit java-library
12 12