From 8a632928e810ac9e620bab02f1d11db189362aae Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 21 May 2019 10:14:43 -0700 Subject: [PATCH] DRAFT python-matplotlib: Add downloadfilename parameter to SRC_URI --- recipes-devtools/python/python-matplotlib_2.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-matplotlib_2.0.2.bb b/recipes-devtools/python/python-matplotlib_2.0.2.bb index 5b1c3f0..947fa6c 100644 --- a/recipes-devtools/python/python-matplotlib_2.0.2.bb +++ b/recipes-devtools/python/python-matplotlib_2.0.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74" DEPENDS += "python-numpy freetype libpng python-dateutil python-pytz" RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng python-dateutil python-pytz" -SRC_URI = "https://github.com/matplotlib/matplotlib/archive/v${PV}.tar.gz \ +SRC_URI = "https://github.com/matplotlib/matplotlib/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ file://fix_setupext.patch \ " SRC_URI[md5sum] = "89717c1ef3c6fdcd6fb1f3b597a4858c"