79 lines
2.7 KiB
BlitzBasic
79 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 = "Object_recognition_msgs contains the ROS message and the actionlib definition used in object_recognition_core"
|
|
AUTHOR = "Vincent Rabaud <vincent.rabaud@gmail.com>"
|
|
ROS_AUTHOR = "Vincent Rabaud <vincent.rabaud@gmail.com>"
|
|
HOMEPAGE = "http://www.ros.org/wiki/object_recognition"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
ROS_CN = "object_recognition_msgs"
|
|
ROS_BPN = "object_recognition_msgs"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
actionlib-msgs \
|
|
geometry-msgs \
|
|
message-generation \
|
|
sensor-msgs \
|
|
shape-msgs \
|
|
std-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
catkin-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
actionlib-msgs \
|
|
geometry-msgs \
|
|
message-runtime \
|
|
sensor-msgs \
|
|
shape-msgs \
|
|
std-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
actionlib-msgs \
|
|
geometry-msgs \
|
|
message-runtime \
|
|
sensor-msgs \
|
|
shape-msgs \
|
|
std-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/object_recognition_msgs-release/archive/release/melodic/object_recognition_msgs/0.4.1-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "b02d7cfddd894d20d4f7f8683b26e07b"
|
|
SRC_URI[sha256sum] = "0d4a39404ca6ce3fe26eb6a00df0edf208a58651c7605d42f20c9c6a2df9be72"
|
|
S = "${WORKDIR}/object_recognition_msgs-release-release-melodic-object_recognition_msgs-0.4.1-0"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('object-recognition-msgs', d)}"
|
|
ROS_BUILD_TYPE = "catkin"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('object-recognition-msgs', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/object-recognition-msgs/object-recognition-msgs_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/object-recognition-msgs/object-recognition-msgs-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/object-recognition-msgs/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/object-recognition-msgs/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|