diff options
author | André Draszik <andre.draszik@jci.com> | 2018-03-01 10:46:01 +0000 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2018-03-01 14:03:23 +0200 |
commit | dd5c43fca8289b8795a9214aee616775e1493109 (patch) | |
tree | 59bcd6cc0ecd05ecd15d023e5253ec49cacef994 | |
parent | 9ea2b2a274b9a836b99fb5b15db9d7a4d17bfc38 (diff) | |
download | meta-java-dd5c43fca8289b8795a9214aee616775e1493109.tar.gz meta-java-dd5c43fca8289b8795a9214aee616775e1493109.tar.bz2 meta-java-dd5c43fca8289b8795a9214aee616775e1493109.zip |
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.bb | 2 |
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" HOMEPAGE = "https://github.com/clarkware/jdepend" -SRC_URI = "https://github.com/clarkware/jdepend/archive/${PV}.zip" +SRC_URI = "https://github.com/clarkware/jdepend/archive/${PV}.zip;downloadfilename=${BP}.zip" inherit java-library |