meta-ros/recipes-ros/moveit/moveit-ros-perception_0.7.8.bb

18 lines
659 B
BlitzBasic

DESCRIPTION = "Components of MoveIt connecting to perception"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "moveit-core tf-conversions image-transport cv-bridge"
require moveit-${PV}.inc
ROS_BPN = "moveit_ros/perception"
SRC_URI = "https://github.com/ros-planning/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz \
file://0001-moveit_ros_perception-make-OpenGL-parts-optional.patch \
file://0002-Add-C-11-support-for-moveit_ros_perception-and-movei.patch \
"
EXTRA_OECMAKE_append = " -DBUILD_OPENGL=OFF"