meta-ros/generated-recipes-melodic/rplidar-ros/rplidar-ros_1.7.0.bb

72 lines
2.3 KiB
BlitzBasic

# Generated by superflore -- DO NOT EDIT
#
# Copyright 2019 Open Source Robotics Foundation
inherit ros_distro_${ROS_DISTRO}
inherit ros_superflore_generated
DESCRIPTION = "The rplidar ros package, support rplidar A2/A1 and A3"
AUTHOR = "Slamtec ROS Maintainer <ros@slamtec.com>"
HOMEPAGE = "https://wiki.ros.org"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
ROS_CN = "rplidar_ros"
ROS_BPN = "rplidar_ros"
ROS_BUILD_DEPENDS = " \
rosconsole \
roscpp \
sensor-msgs \
std-srvs \
"
ROS_BUILDTOOL_DEPENDS = " \
catkin-native \
"
ROS_EXPORT_DEPENDS = " \
rosconsole \
roscpp \
sensor-msgs \
std-srvs \
"
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
ROS_EXEC_DEPENDS = " \
rosconsole \
roscpp \
sensor-msgs \
std-srvs \
"
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
ROS_TEST_DEPENDS = ""
DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}"
# Bitbake doesn't support the "export" concept, so build them as if we needed them to build this package (even though we actually
# don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS.
DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}"
RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}"
SRC_URI = "https://github.com/Slamtec/rplidar_ros-release/archive/release/melodic/rplidar_ros/1.7.0-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "f0a500d82d77f57b883747c2ff39ebb6"
SRC_URI[sha256sum] = "548d65fb0fba265d22e0ad2e2fdb4d522f97a751b62bf01fb7dfbac36e9899d4"
S = "${WORKDIR}/rplidar_ros-release-release-melodic-rplidar_ros-1.7.0-0"
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('rplidar-ros', d)}"
ROS_BUILD_TYPE = "catkin"
# Allow the above settings to be overridden.
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('rplidar-ros', d)}"
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rplidar-ros/rplidar-ros_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rplidar-ros/rplidar-ros-${PV}_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rplidar-ros/${BPN}.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/rplidar-ros/${BPN}-${PV}.inc
inherit ${ROS_COMPONENT_TYPE}_component
inherit ros_${ROS_BUILD_TYPE}