meta-ros/generated-recipes-melodic/novatel-span-driver/novatel-span-driver_1.1.0.bb

85 lines
2.7 KiB
BlitzBasic

# Generated by superflore -- DO NOT EDIT
#
# Copyright 2019 Open Source Robotics Foundation
inherit ros_distro_${ROS_DISTRO}
inherit ros_superflore_generated
DESCRIPTION = "Python driver for NovAtel SPAN devices."
AUTHOR = "Mike Purvis <mpurvis@clearpathrobotics.com>"
ROS_AUTHOR = "NovAtel Support <support@novatel.com>"
HOMEPAGE = "https://wiki.ros.org"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
ROS_CN = "novatel_span_driver"
ROS_BPN = "novatel_span_driver"
ROS_BUILD_DEPENDS = " \
roslaunch \
roslint \
rostest \
"
ROS_BUILDTOOL_DEPENDS = " \
catkin-native \
"
ROS_EXPORT_DEPENDS = " \
diagnostic-msgs \
diagnostic-updater \
geodesy \
novatel-msgs \
python-serial \
rospy \
sensor-msgs \
std-msgs \
tf \
"
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
ROS_EXEC_DEPENDS = " \
diagnostic-msgs \
diagnostic-updater \
geodesy \
novatel-msgs \
python-serial \
rospy \
sensor-msgs \
std-msgs \
tf \
"
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
ROS_TEST_DEPENDS = " \
python-impacket \
python-pcapy \
"
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/ros-drivers-gbp/novatel_span_driver-release/archive/release/melodic/novatel_span_driver/1.1.0-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "75dd64e3b714d46f80363aa48252af4c"
SRC_URI[sha256sum] = "68e928f3c9728ff536bc7ea6ea1a06a4b79f30b65746bf9e112d40903dddd0ba"
S = "${WORKDIR}/novatel_span_driver-release-release-melodic-novatel_span_driver-1.1.0-0"
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('novatel-span-driver', d)}"
ROS_BUILD_TYPE = "catkin"
# Allow the above settings to be overridden.
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('novatel-span-driver', d)}"
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/novatel-span-driver/novatel-span-driver_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/novatel-span-driver/novatel-span-driver-${PV}_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/novatel-span-driver/${BPN}.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/novatel-span-driver/${BPN}-${PV}.inc
inherit ${ROS_COMPONENT_TYPE}_component
inherit ros_${ROS_BUILD_TYPE}