From ab8acacae3e84bc9e0a7c9193b05b0c918f2ba77 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Mon, 26 Sep 2016 09:55:58 +0200 Subject: [PATCH] image-common: updating to 1.11.11 --- ...rsers_1.11.10.bb => camera-calibration-parsers_1.11.11.bb} | 0 ...info-manager_1.11.10.bb => camera-info-manager_1.11.11.bb} | 0 recipes-ros/image-common/image-common.inc | 4 ++-- ...{image-transport_1.11.10.bb => image-transport_1.11.11.bb} | 0 .../{polled-camera_1.11.10.bb => polled-camera_1.11.11.bb} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename recipes-ros/image-common/{camera-calibration-parsers_1.11.10.bb => camera-calibration-parsers_1.11.11.bb} (100%) rename recipes-ros/image-common/{camera-info-manager_1.11.10.bb => camera-info-manager_1.11.11.bb} (100%) rename recipes-ros/image-common/{image-transport_1.11.10.bb => image-transport_1.11.11.bb} (100%) rename recipes-ros/image-common/{polled-camera_1.11.10.bb => polled-camera_1.11.11.bb} (100%) diff --git a/recipes-ros/image-common/camera-calibration-parsers_1.11.10.bb b/recipes-ros/image-common/camera-calibration-parsers_1.11.11.bb similarity index 100% rename from recipes-ros/image-common/camera-calibration-parsers_1.11.10.bb rename to recipes-ros/image-common/camera-calibration-parsers_1.11.11.bb diff --git a/recipes-ros/image-common/camera-info-manager_1.11.10.bb b/recipes-ros/image-common/camera-info-manager_1.11.11.bb similarity index 100% rename from recipes-ros/image-common/camera-info-manager_1.11.10.bb rename to recipes-ros/image-common/camera-info-manager_1.11.11.bb diff --git a/recipes-ros/image-common/image-common.inc b/recipes-ros/image-common/image-common.inc index 7e51f62..6f90fb0 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] = "ebae538d0b6b83ee01f749e35343d94f" -SRC_URI[sha256sum] = "a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111" +SRC_URI[md5sum] = "0dbcd5a3154947fdf63476b90b421ab0" +SRC_URI[sha256sum] = "e0d5c01e160ceb82aa8c394d40b9f39deb1f005027eefe1e0d29c0417ae47353" S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}" diff --git a/recipes-ros/image-common/image-transport_1.11.10.bb b/recipes-ros/image-common/image-transport_1.11.11.bb similarity index 100% rename from recipes-ros/image-common/image-transport_1.11.10.bb rename to recipes-ros/image-common/image-transport_1.11.11.bb diff --git a/recipes-ros/image-common/polled-camera_1.11.10.bb b/recipes-ros/image-common/polled-camera_1.11.11.bb similarity index 100% rename from recipes-ros/image-common/polled-camera_1.11.10.bb rename to recipes-ros/image-common/polled-camera_1.11.11.bb -- GitLab