From 7924606bb63ce8355a5e6a65e819cf608c579a2d Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Sun, 23 Feb 2014 08:50:32 +0100
Subject: [PATCH] common-msgs: updating to 1.10.4

In the version 1.10.4, the descriptions of shape-msgs and
trajectory-msgs were updated and hence, the descriptions in the
recipes and the referred line for the license information were
updated here as well.
---
 ...actionlib-msgs_1.10.3.bb => actionlib-msgs_1.10.4.bb} | 0
 recipes-ros/common-msgs/common-msgs.inc                  | 4 ++--
 ...agnostic-msgs_1.10.3.bb => diagnostic-msgs_1.10.4.bb} | 0
 .../{geometry-msgs_1.10.3.bb => geometry-msgs_1.10.4.bb} | 0
 .../{nav-msgs_1.10.3.bb => nav-msgs_1.10.4.bb}           | 0
 .../{sensor-msgs_1.10.3.bb => sensor-msgs_1.10.4.bb}     | 0
 recipes-ros/common-msgs/shape-msgs_1.10.3.bb             | 8 --------
 recipes-ros/common-msgs/shape-msgs_1.10.4.bb             | 9 +++++++++
 .../{stereo-msgs_1.10.3.bb => stereo-msgs_1.10.4.bb}     | 0
 recipes-ros/common-msgs/trajectory-msgs_1.10.3.bb        | 8 --------
 recipes-ros/common-msgs/trajectory-msgs_1.10.4.bb        | 8 ++++++++
 ...ation-msgs_1.10.3.bb => visualization-msgs_1.10.4.bb} | 0
 12 files changed, 19 insertions(+), 18 deletions(-)
 rename recipes-ros/common-msgs/{actionlib-msgs_1.10.3.bb => actionlib-msgs_1.10.4.bb} (100%)
 rename recipes-ros/common-msgs/{diagnostic-msgs_1.10.3.bb => diagnostic-msgs_1.10.4.bb} (100%)
 rename recipes-ros/common-msgs/{geometry-msgs_1.10.3.bb => geometry-msgs_1.10.4.bb} (100%)
 rename recipes-ros/common-msgs/{nav-msgs_1.10.3.bb => nav-msgs_1.10.4.bb} (100%)
 rename recipes-ros/common-msgs/{sensor-msgs_1.10.3.bb => sensor-msgs_1.10.4.bb} (100%)
 delete mode 100644 recipes-ros/common-msgs/shape-msgs_1.10.3.bb
 create mode 100644 recipes-ros/common-msgs/shape-msgs_1.10.4.bb
 rename recipes-ros/common-msgs/{stereo-msgs_1.10.3.bb => stereo-msgs_1.10.4.bb} (100%)
 delete mode 100644 recipes-ros/common-msgs/trajectory-msgs_1.10.3.bb
 create mode 100644 recipes-ros/common-msgs/trajectory-msgs_1.10.4.bb
 rename recipes-ros/common-msgs/{visualization-msgs_1.10.3.bb => visualization-msgs_1.10.4.bb} (100%)

diff --git a/recipes-ros/common-msgs/actionlib-msgs_1.10.3.bb b/recipes-ros/common-msgs/actionlib-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/actionlib-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/actionlib-msgs_1.10.4.bb
diff --git a/recipes-ros/common-msgs/common-msgs.inc b/recipes-ros/common-msgs/common-msgs.inc
index 64feaa0..e8ce700 100644
--- a/recipes-ros/common-msgs/common-msgs.inc
+++ b/recipes-ros/common-msgs/common-msgs.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] = "29442ade4217fbd14ea05991b2b24e46"
-SRC_URI[sha256sum] = "dd6a05931485d6a58142c0baa8812f0f1bb6a3b2d42aa110ec2297f8ec9dbdbc"
+SRC_URI[md5sum] = "465b593d618e2d80892da928b6adc7a8"
+SRC_URI[sha256sum] = "1e20dc23e65268d9f4eacd3b16622bbed82db64063bf9cdd358d2b7d7f8be7cb"
 
 DEPENDS += "cpp-common roscpp-serialization message-generation message-runtime std-msgs"
 
diff --git a/recipes-ros/common-msgs/diagnostic-msgs_1.10.3.bb b/recipes-ros/common-msgs/diagnostic-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/diagnostic-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/diagnostic-msgs_1.10.4.bb
diff --git a/recipes-ros/common-msgs/geometry-msgs_1.10.3.bb b/recipes-ros/common-msgs/geometry-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/geometry-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/geometry-msgs_1.10.4.bb
diff --git a/recipes-ros/common-msgs/nav-msgs_1.10.3.bb b/recipes-ros/common-msgs/nav-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/nav-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/nav-msgs_1.10.4.bb
diff --git a/recipes-ros/common-msgs/sensor-msgs_1.10.3.bb b/recipes-ros/common-msgs/sensor-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/sensor-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/sensor-msgs_1.10.4.bb
diff --git a/recipes-ros/common-msgs/shape-msgs_1.10.3.bb b/recipes-ros/common-msgs/shape-msgs_1.10.3.bb
deleted file mode 100644
index b311bcc..0000000
--- a/recipes-ros/common-msgs/shape-msgs_1.10.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION = "shape_msgs"
-SECTION = "devel"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
-
-DEPENDS = "geometry-msgs"
-
-require common-msgs.inc
diff --git a/recipes-ros/common-msgs/shape-msgs_1.10.4.bb b/recipes-ros/common-msgs/shape-msgs_1.10.4.bb
new file mode 100644
index 0000000..a8747f6
--- /dev/null
+++ b/recipes-ros/common-msgs/shape-msgs_1.10.4.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "This package contains messages for defining shapes, such as simple solid \
+  object primitives (cube, sphere, etc), planes, and meshes."
+SECTION = "devel"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
+
+DEPENDS = "geometry-msgs"
+
+require common-msgs.inc
diff --git a/recipes-ros/common-msgs/stereo-msgs_1.10.3.bb b/recipes-ros/common-msgs/stereo-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/stereo-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/stereo-msgs_1.10.4.bb
diff --git a/recipes-ros/common-msgs/trajectory-msgs_1.10.3.bb b/recipes-ros/common-msgs/trajectory-msgs_1.10.3.bb
deleted file mode 100644
index 05227b6..0000000
--- a/recipes-ros/common-msgs/trajectory-msgs_1.10.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION = "trajectory_msgs"
-SECTION = "devel"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
-
-DEPENDS = "geometry-msgs"
-
-require common-msgs.inc
diff --git a/recipes-ros/common-msgs/trajectory-msgs_1.10.4.bb b/recipes-ros/common-msgs/trajectory-msgs_1.10.4.bb
new file mode 100644
index 0000000..c59fd6a
--- /dev/null
+++ b/recipes-ros/common-msgs/trajectory-msgs_1.10.4.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "This package defines messages for defining robot trajectories."
+SECTION = "devel"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
+
+DEPENDS = "geometry-msgs"
+
+require common-msgs.inc
diff --git a/recipes-ros/common-msgs/visualization-msgs_1.10.3.bb b/recipes-ros/common-msgs/visualization-msgs_1.10.4.bb
similarity index 100%
rename from recipes-ros/common-msgs/visualization-msgs_1.10.3.bb
rename to recipes-ros/common-msgs/visualization-msgs_1.10.4.bb
-- 
GitLab