DRAFT python-rospkg: Add downloadfilename parameter to SRC_URI
This commit is contained in:
parent
128f00ae7a
commit
a146a28c64
|
@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://src/rospkg/__init__.py;beginline=1;endline=31;md5=9cea8ac73441707f7779ae66adf75f62"
|
LIC_FILES_CHKSUM = "file://src/rospkg/__init__.py;beginline=1;endline=31;md5=9cea8ac73441707f7779ae66adf75f62"
|
||||||
SRCNAME = "rospkg"
|
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[md5sum] = "2d415a9f6040fbe9e57350664a3ef2cf"
|
||||||
SRC_URI[sha256sum] = "26a06e5ee07f305bc5e5ac2855fb779fc1207797bc4f9ce303f6d88e4c568fcc"
|
SRC_URI[sha256sum] = "26a06e5ee07f305bc5e5ac2855fb779fc1207797bc4f9ce303f6d88e4c568fcc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue