DRAFT python-rospkg: Add downloadfilename parameter to SRC_URI

This commit is contained in:
Herb Kuta 2019-06-01 16:36:30 -07:00
parent ed2e32b73e
commit bd88295b46
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://src/rospkg/__init__.py;beginline=1;endline=31;md5=9cea8ac73441707f7779ae66adf75f62"
SRCNAME = "rospkg"
SRC_URI = "https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz"
SRC_URI = "https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "2d415a9f6040fbe9e57350664a3ef2cf"
SRC_URI[sha256sum] = "26a06e5ee07f305bc5e5ac2855fb779fc1207797bc4f9ce303f6d88e4c568fcc"