From 7c06ba477471263ef5ec8a063390407b5fc2923d Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Sat, 1 Jun 2019 16:18:15 -0700 Subject: [PATCH] DRAFT python-rosdistro: Add downloadfilename parameter to SRC_URI --- recipes-devtools/python/python-rosdistro.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-rosdistro.inc b/recipes-devtools/python/python-rosdistro.inc index 85b2eb3..9279aac 100644 --- a/recipes-devtools/python/python-rosdistro.inc +++ b/recipes-devtools/python/python-rosdistro.inc @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=988919d688133096537549f9afebf425" SRCNAME = "rosdistro" -SRC_URI = "https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz" +$RC_URI = "https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz" SRC_URI[md5sum] = "011634b410f9f5ba1d05ac352dbd9ff0" SRC_URI[sha256sum] = "94caf9c03142744cbcd1ab926a216ee64d5e1d27c35c15c7262565761f3a053c"