summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-03-01 10:46:01 +0000
committerMaxin B. John <maxin.john@intel.com>2018-03-01 14:03:23 +0200
commitdd5c43fca8289b8795a9214aee616775e1493109 (patch)
tree59bcd6cc0ecd05ecd15d023e5253ec49cacef994
parent9ea2b2a274b9a836b99fb5b15db9d7a4d17bfc38 (diff)
downloadmeta-java-dd5c43fca8289b8795a9214aee616775e1493109.tar.gz
jdepend: give the downloaded file a reasonable name
2.9.1.zip in the 'downloads' folder will easily be overwritten... Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Maxin B. John <maxin.john@intel.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 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