From 3cb48e5df3c51de75cee0ad34aae8987635c12cd Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Wed, 20 Sep 2017 11:49:44 +0300 Subject: [PATCH] image-transport-plugins: tie recipes to git revision instead of dynamicly generated tarballs Since Github's auto-generated tarballs aren't garanteed to be identical over time it's better to tie the recipe to a git revision. contributes to #552 Signed-off-by: Dmitry Rozhkov --- .../image-transport-plugins/image-transport-plugins.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-ros/image-transport-plugins/image-transport-plugins.inc b/recipes-ros/image-transport-plugins/image-transport-plugins.inc index 26b09f2..8c9c07b 100644 --- a/recipes-ros/image-transport-plugins/image-transport-plugins.inc +++ b/recipes-ros/image-transport-plugins/image-transport-plugins.inc @@ -1,8 +1,7 @@ -SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "f5b776df0be6a325f8615c8034b1c278" -SRC_URI[sha256sum] = "a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c" +SRC_URI = "git://github.com/ros-perception/${ROS_SPN}.git;branch=indigo-devel;protocol=git" +SRCREV = "812093c8342112bca3ac62cccd1188efc453c74b" -S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}" +S = "${WORKDIR}/git/${ROS_BPN}" inherit catkin