92 lines
2.6 KiB
BlitzBasic
92 lines
2.6 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>."
|
|
AUTHOR = "Vladimir Ermakov <vooon341@gmail.com>"
|
|
ROS_AUTHOR = "Vladimir Ermakov <vooon341@gmail.com>"
|
|
HOMEPAGE = "http://wiki.ros.org/mavros_extras"
|
|
SECTION = "devel"
|
|
LICENSE = "GPL-3 & LGPL-2 & BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=1e7b3bcc2e271699c77c769685058cbe"
|
|
|
|
ROS_CN = "mavros"
|
|
ROS_BPN = "mavros_extras"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
cmake-modules \
|
|
geometry-msgs \
|
|
mavros \
|
|
mavros-msgs \
|
|
roscpp \
|
|
sensor-msgs \
|
|
std-msgs \
|
|
tf \
|
|
tf2-eigen \
|
|
urdf \
|
|
visualization-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
catkin-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
geometry-msgs \
|
|
mavros \
|
|
mavros-msgs \
|
|
roscpp \
|
|
sensor-msgs \
|
|
std-msgs \
|
|
tf \
|
|
tf2-eigen \
|
|
urdf \
|
|
visualization-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
geometry-msgs \
|
|
mavros \
|
|
mavros-msgs \
|
|
roscpp \
|
|
sensor-msgs \
|
|
std-msgs \
|
|
tf \
|
|
tf2-eigen \
|
|
urdf \
|
|
visualization-msgs \
|
|
"
|
|
|
|
# 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/mavlink/mavros-release/archive/release/melodic/mavros_extras/0.31.0-1.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "9ef51665cfd829c322eedcebed47395d"
|
|
SRC_URI[sha256sum] = "a15c70b9a0ebf2cd8ba347ca88270609262dad6bc5d8bb7564c149fa9989e948"
|
|
S = "${WORKDIR}/mavros-release-release-melodic-mavros_extras-0.31.0-1"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('mavros', d)}"
|
|
ROS_BUILD_TYPE = "catkin"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('mavros', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/mavros/mavros_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/mavros/mavros-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/mavros/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/mavros/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|