69 lines
2.5 KiB
BlitzBasic
69 lines
2.5 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "A set of packages that include controller interfaces, controller managers, transmissions and hardware_interfaces."
|
|
AUTHOR = "Bence Magyar <bence.magyar.robotics@gmail.com>"
|
|
ROS_AUTHOR = "Wim Meeussen"
|
|
HOMEPAGE = "http://ros.org/wiki/ros_control"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
ROS_CN = "ros_control"
|
|
ROS_BPN = "ros_control"
|
|
|
|
ROS_BUILD_DEPENDS = ""
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
catkin-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = ""
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
combined-robot-hw \
|
|
combined-robot-hw-tests \
|
|
controller-interface \
|
|
controller-manager \
|
|
controller-manager-msgs \
|
|
controller-manager-tests \
|
|
hardware-interface \
|
|
joint-limits-interface \
|
|
realtime-tools \
|
|
transmission-interface \
|
|
"
|
|
|
|
# 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/ros_control-release/archive/release/melodic/ros_control/0.15.1-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "af9f4b2b19bf36bbf5e142045cac4801"
|
|
SRC_URI[sha256sum] = "58bf82c63707b76b7d6752df3afd2b4fe369fc95260431e56a8cb7068a57f76a"
|
|
S = "${WORKDIR}/ros_control-release-release-melodic-ros_control-0.15.1-0"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('ros-control', d)}"
|
|
ROS_BUILD_TYPE = "catkin"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('ros-control', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ros-control/ros-control_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ros-control/ros-control-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ros-control/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ros-control/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|