From a69772ad47720e6b25bbf155e8a2bee80b0313f5 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 7 May 2014 07:57:15 +0200 Subject: [PATCH] diagnostics: updating to 1.8.3 --- ...tic-aggregator_1.8.2.bb => diagnostic-aggregator_1.8.3.bb} | 0 ...gnostic-analysis_1.8.2.bb => diagnostic-analysis_1.8.3.bb} | 0 ...ostics_1.8.2.bb => diagnostic-common-diagnostics_1.8.3.bb} | 0 ...iagnostic-updater_1.8.2.bb => diagnostic-updater_1.8.3.bb} | 0 recipes-ros/diagnostics/diagnostics.inc | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename recipes-ros/diagnostics/{diagnostic-aggregator_1.8.2.bb => diagnostic-aggregator_1.8.3.bb} (100%) rename recipes-ros/diagnostics/{diagnostic-analysis_1.8.2.bb => diagnostic-analysis_1.8.3.bb} (100%) rename recipes-ros/diagnostics/{diagnostic-common-diagnostics_1.8.2.bb => diagnostic-common-diagnostics_1.8.3.bb} (100%) rename recipes-ros/diagnostics/{diagnostic-updater_1.8.2.bb => diagnostic-updater_1.8.3.bb} (100%) diff --git a/recipes-ros/diagnostics/diagnostic-aggregator_1.8.2.bb b/recipes-ros/diagnostics/diagnostic-aggregator_1.8.3.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-aggregator_1.8.2.bb rename to recipes-ros/diagnostics/diagnostic-aggregator_1.8.3.bb diff --git a/recipes-ros/diagnostics/diagnostic-analysis_1.8.2.bb b/recipes-ros/diagnostics/diagnostic-analysis_1.8.3.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-analysis_1.8.2.bb rename to recipes-ros/diagnostics/diagnostic-analysis_1.8.3.bb diff --git a/recipes-ros/diagnostics/diagnostic-common-diagnostics_1.8.2.bb b/recipes-ros/diagnostics/diagnostic-common-diagnostics_1.8.3.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-common-diagnostics_1.8.2.bb rename to recipes-ros/diagnostics/diagnostic-common-diagnostics_1.8.3.bb diff --git a/recipes-ros/diagnostics/diagnostic-updater_1.8.2.bb b/recipes-ros/diagnostics/diagnostic-updater_1.8.3.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-updater_1.8.2.bb rename to recipes-ros/diagnostics/diagnostic-updater_1.8.3.bb diff --git a/recipes-ros/diagnostics/diagnostics.inc b/recipes-ros/diagnostics/diagnostics.inc index f527b3b..37870cd 100644 --- a/recipes-ros/diagnostics/diagnostics.inc +++ b/recipes-ros/diagnostics/diagnostics.inc @@ -1,6 +1,6 @@ SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "84abf8a66c09e061b93f087a9f7d8560" -SRC_URI[sha256sum] = "2f4e4fd1351afdc8e0469730030566b03bd3f7308904ddf7593d3cf98797515d" +SRC_URI[md5sum] = "253985d33cf4e1ca745bdeeab79cbde3" +SRC_URI[sha256sum] = "9053c54762e22e90590c93fddfcd5d38214d3e5af1b7301aa7bdb7e21b82025c" S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"