meta-ros/recipes-ros/perception-pcl/pcl-ros_1.1.10.bb

17 lines
641 B
BlitzBasic
Raw Normal View History

2013-11-05 03:12:22 +08:00
DESCRIPTION = "PCL (Point Cloud Library) ROS interface stack"
SECTION = "devel"
LICENSE = "BSD"
2014-05-07 13:36:29 +08:00
LIC_FILES_CHKSUM = "file://package.xml;beginline=19;endline=19;md5=d566ef916e9dedc494f5f793a6690ba5"
2013-11-05 03:12:22 +08:00
DEPENDS = "dynamic-reconfigure nodelet nodelet-topic-tools message-filters tf rosbag pcl pcl-conversions"
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
2014-10-28 14:14:52 +08:00
SRC_URI[md5sum] = "0b615b00398d0c78c415daa6b691ac3a"
SRC_URI[sha256sum] = "7ba382c74bd284334b3c1a39fe97ddea1fa44f429a66f5f69d8586d379dff0ff"
2013-11-05 03:12:22 +08:00
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "perception_pcl"