meta-ros/generated-recipes-melodic/interactive-markers/interactive-markers_1.11.4.bb

82 lines
2.6 KiB
BlitzBasic
Raw Normal View History

# Generated by superflore -- DO NOT EDIT
#
# Copyright 2019 Open Source Robotics Foundation
inherit ros_distro_${ROS_DISTRO}
inherit ros_superflore_generated
DESCRIPTION = "3D interactive marker communication library for RViz and similar tools."
AUTHOR = "William Woodall <william@osrfoundation.org>"
ROS_AUTHOR = "David Gossow"
HOMEPAGE = "http://ros.org/wiki/interactive_markers"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=5ee5b8b046ae48ad94a2037ca953a67b"
ROS_CN = "interactive_markers"
ROS_BPN = "interactive_markers"
ROS_BUILD_DEPENDS = " \
rosconsole \
roscpp \
rospy \
rostest \
std-msgs \
tf \
visualization-msgs \
"
ROS_BUILDTOOL_DEPENDS = " \
catkin-native \
"
ROS_EXPORT_DEPENDS = " \
rosconsole \
roscpp \
rospy \
rostest \
std-msgs \
tf \
visualization-msgs \
"
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
ROS_EXEC_DEPENDS = " \
rosconsole \
roscpp \
rospy \
rostest \
std-msgs \
tf \
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/ros-gbp/interactive_markers-release/archive/release/melodic/interactive_markers/1.11.4-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "b9e824d798923997d065c8279855c221"
SRC_URI[sha256sum] = "600001c06acb4e88fe5c9f512476d50b41a795356643bb02e528748b158b81f8"
S = "${WORKDIR}/interactive_markers-release-release-melodic-interactive_markers-1.11.4-0"
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('interactive-markers', d)}"
ROS_BUILD_TYPE = "catkin"
# Allow the above settings to be overridden.
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('interactive-markers', d)}"
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/interactive-markers/interactive-markers_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/interactive-markers/interactive-markers-${PV}_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/interactive-markers/${BPN}.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/interactive-markers/${BPN}-${PV}.inc
inherit ${ROS_COMPONENT_TYPE}_component
inherit ros_${ROS_BUILD_TYPE}