Skip to content
Snippets Groups Projects
Commit 0e2d9364 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

catkin: correcting the downloadfilename that was missed before

parent ed776252
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ RDEPENDS_${PN} = "cmake make binutils binutils-symlinks gcc gcc-symlinks g++ g++ ...@@ -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-catkin-pkg python-argparse python-misc python-multiprocessing \
python-shell python-subprocess python-xml" 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 \ file://0001-CATKIN_WORKSPACES-Don-t-require-.catkin-file.patch \
" "
SRC_URI[md5sum] = "1c30ac4fcc82ce2aedf610ea972ab4d2" SRC_URI[md5sum] = "1c30ac4fcc82ce2aedf610ea972ab4d2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment