From dd5c43fca8289b8795a9214aee616775e1493109 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Thu, 1 Mar 2018 10:46:01 +0000 Subject: jdepend: give the downloaded file a reasonable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.9.1.zip in the 'downloads' folder will easily be overwritten... Signed-off-by: André Draszik Signed-off-by: Maxin B. John --- recipes-core/jdepend/jdepend_2.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf