# Generated by superflore -- DO NOT EDIT # # Copyright 2019 Open Source Robotics Foundation inherit ros_distro_${ROS_DISTRO} inherit ros_superflore_generated DESCRIPTION = "Messages, services and actions used by MoveIt" AUTHOR = "Dave Coleman " ROS_AUTHOR = "Ioan Sucan " HOMEPAGE = "http://moveit.ros.org" SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=5ee5b8b046ae48ad94a2037ca953a67b" ROS_CN = "moveit_msgs" ROS_BPN = "moveit_msgs" ROS_BUILD_DEPENDS = " \ actionlib-msgs \ geometry-msgs \ message-generation \ object-recognition-msgs \ octomap-msgs \ sensor-msgs \ shape-msgs \ std-msgs \ trajectory-msgs \ " ROS_BUILDTOOL_DEPENDS = " \ catkin-native \ " ROS_EXPORT_DEPENDS = " \ actionlib-msgs \ geometry-msgs \ message-runtime \ object-recognition-msgs \ octomap-msgs \ sensor-msgs \ shape-msgs \ std-msgs \ trajectory-msgs \ " ROS_BUILDTOOL_EXPORT_DEPENDS = "" ROS_EXEC_DEPENDS = " \ actionlib-msgs \ geometry-msgs \ message-runtime \ object-recognition-msgs \ octomap-msgs \ sensor-msgs \ shape-msgs \ std-msgs \ trajectory-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/moveit_msgs-release/archive/release/melodic/moveit_msgs/0.10.0-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI[md5sum] = "e697439c980ff9bb08711db60ca8fd2a" SRC_URI[sha256sum] = "d1053ffe57d739fff282835af4753e39f484acad8a596049f8dc97825abeb881" S = "${WORKDIR}/moveit_msgs-release-release-melodic-moveit_msgs-0.10.0-0" ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('moveit-msgs', d)}" ROS_BUILD_TYPE = "catkin" # Allow the above settings to be overridden. ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('moveit-msgs', d)}" include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/moveit-msgs/moveit-msgs_common.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/moveit-msgs/moveit-msgs-${PV}_common.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/moveit-msgs/${BPN}.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/moveit-msgs/${BPN}-${PV}.inc inherit ${ROS_COMPONENT_TYPE}_component inherit ros_${ROS_BUILD_TYPE}