From bd88295b46e1cc1171c0296ccf40890d073c047a Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Sat, 1 Jun 2019 16:36:30 -0700 Subject: [PATCH] DRAFT python-rospkg: Add downloadfilename parameter to SRC_URI --- recipes-devtools/python/python-rospkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-rospkg.inc b/recipes-devtools/python/python-rospkg.inc index 5f456f7..ce3a73c 100644 --- a/recipes-devtools/python/python-rospkg.inc +++ b/recipes-devtools/python/python-rospkg.inc @@ -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"