From fd7771664078649efcbac65f204c3c46dd6afc63 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Thu, 2 Jun 2016 15:58:14 +0200 Subject: [PATCH] image-common: updating to 1.11.10 --- ...arsers_1.11.8.bb => camera-calibration-parsers_1.11.10.bb} | 0 ...-info-manager_1.11.8.bb => camera-info-manager_1.11.10.bb} | 0 recipes-ros/image-common/image-common.inc | 4 ++-- .../{image-transport_1.11.8.bb => image-transport_1.11.10.bb} | 0 .../{polled-camera_1.11.8.bb => polled-camera_1.11.10.bb} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename recipes-ros/image-common/{camera-calibration-parsers_1.11.8.bb => camera-calibration-parsers_1.11.10.bb} (100%) rename recipes-ros/image-common/{camera-info-manager_1.11.8.bb => camera-info-manager_1.11.10.bb} (100%) rename recipes-ros/image-common/{image-transport_1.11.8.bb => image-transport_1.11.10.bb} (100%) rename recipes-ros/image-common/{polled-camera_1.11.8.bb => polled-camera_1.11.10.bb} (100%) diff --git a/recipes-ros/image-common/camera-calibration-parsers_1.11.8.bb b/recipes-ros/image-common/camera-calibration-parsers_1.11.10.bb similarity index 100% rename from recipes-ros/image-common/camera-calibration-parsers_1.11.8.bb rename to recipes-ros/image-common/camera-calibration-parsers_1.11.10.bb diff --git a/recipes-ros/image-common/camera-info-manager_1.11.8.bb b/recipes-ros/image-common/camera-info-manager_1.11.10.bb similarity index 100% rename from recipes-ros/image-common/camera-info-manager_1.11.8.bb rename to recipes-ros/image-common/camera-info-manager_1.11.10.bb diff --git a/recipes-ros/image-common/image-common.inc b/recipes-ros/image-common/image-common.inc index 4e88dc4..7e51f62 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/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "a3f7456d092577b97f1bb1dfe86197e7" -SRC_URI[sha256sum] = "14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c" +SRC_URI[md5sum] = "ebae538d0b6b83ee01f749e35343d94f" +SRC_URI[sha256sum] = "a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111" S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}" diff --git a/recipes-ros/image-common/image-transport_1.11.8.bb b/recipes-ros/image-common/image-transport_1.11.10.bb similarity index 100% rename from recipes-ros/image-common/image-transport_1.11.8.bb rename to recipes-ros/image-common/image-transport_1.11.10.bb diff --git a/recipes-ros/image-common/polled-camera_1.11.8.bb b/recipes-ros/image-common/polled-camera_1.11.10.bb similarity index 100% rename from recipes-ros/image-common/polled-camera_1.11.8.bb rename to recipes-ros/image-common/polled-camera_1.11.10.bb -- GitLab