From 0571ffcbc20390f0fabae7ef94c894b4646baa5c Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 21 Jun 2016 09:13:19 +0200 Subject: [PATCH 1/3] image-pipeline: adjust LIC_FILES_CHKSUM retroactively to version update --- recipes-ros/image-pipeline/camera-calibration_1.12.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/image-pipeline/camera-calibration_1.12.16.bb b/recipes-ros/image-pipeline/camera-calibration_1.12.16.bb index 946d2eb..9a56423 100644 --- a/recipes-ros/image-pipeline/camera-calibration_1.12.16.bb +++ b/recipes-ros/image-pipeline/camera-calibration_1.12.16.bb @@ -2,6 +2,6 @@ DESCRIPTION = "camera_calibration allows easy calibration of monocular or stereo checkerboard calibration target." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=24;endline=24;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=23;endline=23;md5=d566ef916e9dedc494f5f793a6690ba5" require image-pipeline.inc From f50fe3967379dbac20ebfafa7e9e3a185829f569 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 21 Jun 2016 09:14:46 +0200 Subject: [PATCH 2/3] pluginlib: adjust LIC_FILES_CHKSUM retroactively to version update --- recipes-ros/pluginlib/pluginlib_1.10.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ros/pluginlib/pluginlib_1.10.2.bb b/recipes-ros/pluginlib/pluginlib_1.10.2.bb index 7fe6418..54b67fd 100644 --- a/recipes-ros/pluginlib/pluginlib_1.10.2.bb +++ b/recipes-ros/pluginlib/pluginlib_1.10.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "The pluginlib package provides tools for writing and dynamically loading plugins \ using the ROS build infrastructure." SECTION = "devel" -LICENSE = "BSD & BSL-1.0" -LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=10;md5=bbbb6ab628b1f3daee74dd9c62bee312" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "boost class-loader rosconsole roslib libtinyxml" From d679d7e53ce8fb48e5ec4c146032b9c87991d19d Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 21 Jun 2016 09:15:48 +0200 Subject: [PATCH 3/3] robot-model: adjust LIC_FILES_CHKSUM retroactively to version update --- recipes-ros/robot-model/collada-parser_1.11.10.bb | 2 +- recipes-ros/robot-model/collada-urdf_1.11.10.bb | 2 +- recipes-ros/robot-model/kdl-parser_1.11.10.bb | 2 +- recipes-ros/robot-model/urdf-parser-plugin_1.11.10.bb | 2 +- recipes-ros/robot-model/urdf_1.11.10.bb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-ros/robot-model/collada-parser_1.11.10.bb b/recipes-ros/robot-model/collada-parser_1.11.10.bb index ea5833d..82547bb 100644 --- a/recipes-ros/robot-model/collada-parser_1.11.10.bb +++ b/recipes-ros/robot-model/collada-parser_1.11.10.bb @@ -5,7 +5,7 @@ parser when working with Collada robot descriptions, the preferred user \ API is found in the urdf package." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "collada-dom roscpp urdfdom-headers urdf-parser-plugin class-loader" diff --git a/recipes-ros/robot-model/collada-urdf_1.11.10.bb b/recipes-ros/robot-model/collada-urdf_1.11.10.bb index dc2f094..72ddcbe 100644 --- a/recipes-ros/robot-model/collada-urdf_1.11.10.bb +++ b/recipes-ros/robot-model/collada-urdf_1.11.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This package contains a tool to convert Unified Robot Description documents into COLLAborative Design Activity (COLLADA) documents." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "angles assimp resource-retriever collada-dom collada-parser roscpp urdf geometric-shapes tf" diff --git a/recipes-ros/robot-model/kdl-parser_1.11.10.bb b/recipes-ros/robot-model/kdl-parser_1.11.10.bb index 9d10050..ade3029 100644 --- a/recipes-ros/robot-model/kdl-parser_1.11.10.bb +++ b/recipes-ros/robot-model/kdl-parser_1.11.10.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in URDF." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "libeigen orocos-kdl rosconsole roscpp urdf cmake-modules" diff --git a/recipes-ros/robot-model/urdf-parser-plugin_1.11.10.bb b/recipes-ros/robot-model/urdf-parser-plugin_1.11.10.bb index edbb180..09ef961 100644 --- a/recipes-ros/robot-model/urdf-parser-plugin_1.11.10.bb +++ b/recipes-ros/robot-model/urdf-parser-plugin_1.11.10.bb @@ -1,7 +1,7 @@ DESCRIPTION = "This package contains a C++ base class for URDF parsers" SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "urdfdom-headers" diff --git a/recipes-ros/robot-model/urdf_1.11.10.bb b/recipes-ros/robot-model/urdf_1.11.10.bb index 844fb2a..80b1284 100644 --- a/recipes-ros/robot-model/urdf_1.11.10.bb +++ b/recipes-ros/robot-model/urdf_1.11.10.bb @@ -1,7 +1,7 @@ DESCRIPTION = "This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases." SECTION = "devel" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5" +LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "rosconsole-bridge roscpp urdfdom-headers urdf-parser-plugin pluginlib urdfdom cmake-modules libtinyxml"