From 73b5485245ca1c9fa82610c03303019ce7791006 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Fri, 12 Jul 2013 08:56:02 +0200 Subject: [PATCH] catkin: change from developing git version to stable groovy release version --- recipes-ros/catkin/{catkin_git.bb => catkin_0.5.71.bb} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename recipes-ros/catkin/{catkin_git.bb => catkin_0.5.71.bb} (78%) diff --git a/recipes-ros/catkin/catkin_git.bb b/recipes-ros/catkin/catkin_0.5.71.bb similarity index 78% rename from recipes-ros/catkin/catkin_git.bb rename to recipes-ros/catkin/catkin_0.5.71.bb index 79751a1..0e878c8 100644 --- a/recipes-ros/catkin/catkin_git.bb +++ b/recipes-ros/catkin/catkin_0.5.71.bb @@ -10,14 +10,11 @@ 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 = "git://github.com/ros/${BPN}.git \ +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 \ " - -SRCREV = "041f6fc530b56cb6664824db399416f17c1961dd" -PV = "0.5.64+gitr${SRCPV}" - -S = "${WORKDIR}/git" +SRC_URI[md5sum] = "1c30ac4fcc82ce2aedf610ea972ab4d2" +SRC_URI[sha256sum] = "2494dbe3446fe94a55f57c74260e072f97d72944d89610fe4994dbc79cf1a561" inherit catkin