pcl-ros: updating to 1.1.8

This commit is contained in:
Lukas Bulwahn 2014-05-07 07:36:29 +02:00
parent 7796bb06fd
commit 1f4c927ae6
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
DESCRIPTION = "PCL (Point Cloud Library) ROS interface stack"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5"
LIC_FILES_CHKSUM = "file://package.xml;beginline=19;endline=19;md5=d566ef916e9dedc494f5f793a6690ba5"
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"
SRC_URI[md5sum] = "a42887c8923e439c7bed0b07e33be0fc"
SRC_URI[sha256sum] = "2a1b47e9dd478440abe4e03403fe83e314fbcfdbac7d65676a2cad1b7a2b1765"
SRC_URI[md5sum] = "32bba867a1b41d2c40921719be0ecde8"
SRC_URI[sha256sum] = "d918d1e04dbbeb0aa7aa4097081ae542280f3645e04d1d1ed74f5396a67ddb1f"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"