From 0e2d9364121b50eed466630836eeaa7768eca31b Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Thu, 1 Aug 2013 11:26:55 +0200 Subject: [PATCH] catkin: correcting the downloadfilename that was missed before --- recipes-ros/catkin/catkin_0.5.71.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/catkin/catkin_0.5.71.bb b/recipes-ros/catkin/catkin_0.5.71.bb index 0e878c8..c39be3d 100644 --- a/recipes-ros/catkin/catkin_0.5.71.bb +++ b/recipes-ros/catkin/catkin_0.5.71.bb @@ -10,7 +10,7 @@ RDEPENDS_${PN} = "cmake make binutils binutils-symlinks gcc gcc-symlinks g++ g++ python-catkin-pkg python-argparse python-misc python-multiprocessing \ python-shell python-subprocess python-xml" -SRC_URI = "https://github.com/ros/catkin/archive/${PV}.tar.gz;downloadfilename={ROS_BP}.tar.gz \ +SRC_URI = "https://github.com/ros/catkin/archive/${PV}.tar.gz;downloadfilename=${ROS_BP}.tar.gz \ file://0001-CATKIN_WORKSPACES-Don-t-require-.catkin-file.patch \ " SRC_URI[md5sum] = "1c30ac4fcc82ce2aedf610ea972ab4d2" -- GitLab