pluginlib: adjust LIC_FILES_CHKSUM retroactively to version update

This commit is contained in:
Lukas Bulwahn 2016-06-21 09:14:46 +02:00
parent 0571ffcbc2
commit f50fe39673
1 changed files with 2 additions and 2 deletions

View File

@ -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"