From 7fa51584365f1dc0da0de9095cca6984e3db55d8 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 29 Jul 2017 06:05:39 +0200 Subject: [PATCH] diagnostics: updating to 1.9.2 --- ...tic-aggregator_1.9.0.bb => diagnostic-aggregator_1.9.2.bb} | 0 ...gnostic-analysis_1.9.0.bb => diagnostic-analysis_1.9.2.bb} | 0 ...ostics_1.9.0.bb => diagnostic-common-diagnostics_1.9.2.bb} | 0 ...iagnostic-updater_1.9.0.bb => diagnostic-updater_1.9.2.bb} | 0 recipes-ros/diagnostics/diagnostics.inc | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename recipes-ros/diagnostics/{diagnostic-aggregator_1.9.0.bb => diagnostic-aggregator_1.9.2.bb} (100%) rename recipes-ros/diagnostics/{diagnostic-analysis_1.9.0.bb => diagnostic-analysis_1.9.2.bb} (100%) rename recipes-ros/diagnostics/{diagnostic-common-diagnostics_1.9.0.bb => diagnostic-common-diagnostics_1.9.2.bb} (100%) rename recipes-ros/diagnostics/{diagnostic-updater_1.9.0.bb => diagnostic-updater_1.9.2.bb} (100%) diff --git a/recipes-ros/diagnostics/diagnostic-aggregator_1.9.0.bb b/recipes-ros/diagnostics/diagnostic-aggregator_1.9.2.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-aggregator_1.9.0.bb rename to recipes-ros/diagnostics/diagnostic-aggregator_1.9.2.bb diff --git a/recipes-ros/diagnostics/diagnostic-analysis_1.9.0.bb b/recipes-ros/diagnostics/diagnostic-analysis_1.9.2.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-analysis_1.9.0.bb rename to recipes-ros/diagnostics/diagnostic-analysis_1.9.2.bb diff --git a/recipes-ros/diagnostics/diagnostic-common-diagnostics_1.9.0.bb b/recipes-ros/diagnostics/diagnostic-common-diagnostics_1.9.2.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-common-diagnostics_1.9.0.bb rename to recipes-ros/diagnostics/diagnostic-common-diagnostics_1.9.2.bb diff --git a/recipes-ros/diagnostics/diagnostic-updater_1.9.0.bb b/recipes-ros/diagnostics/diagnostic-updater_1.9.2.bb similarity index 100% rename from recipes-ros/diagnostics/diagnostic-updater_1.9.0.bb rename to recipes-ros/diagnostics/diagnostic-updater_1.9.2.bb diff --git a/recipes-ros/diagnostics/diagnostics.inc b/recipes-ros/diagnostics/diagnostics.inc index b29c61a..27c4fcf 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] = "9659e0b3e37108a78f3353ce55cee98e" -SRC_URI[sha256sum] = "9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6" +SRC_URI[md5sum] = "ba9daddff40fcaf43e3b455b4cc85ec0" +SRC_URI[sha256sum] = "094039caf478f5b57d2781184d9759ae5f8ff96c7476d7a41095af7bef9dbcfa" S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"