From 3d9d9cf54ed6ccd91baf52a36c718633db11e5e1 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Mon, 22 Jul 2013 11:39:17 +0200 Subject: [PATCH] image-common: updated to hydro release version --- recipes-ros/image-common/image-common.inc | 4 ++-- .../{image-transport_1.10.3.bb => image-transport_1.11.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename recipes-ros/image-common/{image-transport_1.10.3.bb => image-transport_1.11.0.bb} (80%) diff --git a/recipes-ros/image-common/image-common.inc b/recipes-ros/image-common/image-common.inc index 4c9452d..7997af1 100644 --- a/recipes-ros/image-common/image-common.inc +++ b/recipes-ros/image-common/image-common.inc @@ -1,6 +1,6 @@ SRC_URI = "https://github.com/ros-perception/image_common/archive/${PV}.tar.gz;downloadfilename=image_common-${PV}.tar.gz" -SRC_URI[md5sum] = "1831f995e72eeeb143b0d3f072a2c153" -SRC_URI[sha256sum] = "e111bb72da8df67efb742c05742d774a337266e0b2a70073e283c157b4ab7029" +SRC_URI[md5sum] = "72dc5897c021987cca04756cbf3ddc27" +SRC_URI[sha256sum] = "022f3c81ade13e644cf7f3c96712a362dc668f2edf37c125f3b9411818eb294a" inherit catkin diff --git a/recipes-ros/image-common/image-transport_1.10.3.bb b/recipes-ros/image-common/image-transport_1.11.0.bb similarity index 80% rename from recipes-ros/image-common/image-transport_1.10.3.bb rename to recipes-ros/image-common/image-transport_1.11.0.bb index b3c194a..2665674 100644 --- a/recipes-ros/image-common/image-transport_1.10.3.bb +++ b/recipes-ros/image-common/image-transport_1.11.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "image_transport should always be used to subscribe to and publish images." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "message-filters pluginlib rosconsole roscpp roslib sensor-msgs"