DRAFT python-matplotlib: Add downloadfilename parameter to SRC_URI

This commit is contained in:
Herb Kuta 2019-05-21 10:14:43 -07:00
parent e477032c4e
commit 8a632928e8
1 changed files with 1 additions and 1 deletions

View File

@ -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"