14 lines
588 B
BlitzBasic
14 lines
588 B
BlitzBasic
DESCRIPTION = "The pluginlib package provides tools for writing and dynamically loading plugins \
|
|
using the ROS build infrastructure."
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
DEPENDS = "boost class-loader rosconsole roslib libtinyxml"
|
|
|
|
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "60b02ed04b105e1fee0c536fe4612183"
|
|
SRC_URI[sha256sum] = "9a8a81d39472bda8cc8a9b189b9dc8f602b13b97a132a153144785d9fc5b68b2"
|
|
|
|
inherit catkin
|