dynamic-reconfigure: updating to 1.5.34

The update to version 1.5.34 includes a patch [1] that removes
whitespaces from the license line in the package.xml.
Hence, the hash is now the common hash similar to all other
BSD-licensed ROS packages.

[1] ab496af75c
This commit is contained in:
Lukas Bulwahn 2013-09-20 07:45:29 +02:00
parent 2589c89625
commit 102b30ab36
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ This unary stack contains the dynamic_reconfigure package which provides a means
node parameters at any time without having to restart the node." node parameters at any time without having to restart the node."
SECTION = "devel" SECTION = "devel"
LICENSE = "BSD" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=5ee5b8b046ae48ad94a2037ca953a67b" LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "cbf0b5238f452a25005f860edcdb078e" SRC_URI[md5sum] = "01664fe3856e604d0949247a7407bea4"
SRC_URI[sha256sum] = "8cbffb46a1fb33c1b5de82d90346add0eaa92fef10527d5bb0d4b2f93add0471" SRC_URI[sha256sum] = "24b8d019042eb7ccb095c1ed240da41b111e4c2ad1dcf8ac8ef190165d73fdce"
DEPENDS = "roscpp std-msgs roslib" DEPENDS = "roscpp std-msgs roslib"