meta-ros/generated-recipes-crystal/ml-classifiers/ml-classifiers_1.0.1-1.bb

84 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 = "ml_classifiers"
AUTHOR = "AutonomouStuff Software Development Team <software@autonomoustuff.com>"
ROS_AUTHOR = "Scott Niekum <sniekum@cs.utexas.edu>"
HOMEPAGE = "http://wiki.ros.org/ml_classifiers"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
ROS_CN = "ml_classifiers"
ROS_BPN = "ml_classifiers"
ROS_BUILD_DEPENDS = " \
libeigen \
pluginlib \
rclcpp \
rosidl-default-generators \
std-msgs \
"
ROS_BUILDTOOL_DEPENDS = " \
ament-cmake-native \
ros-environment-native \
"
ROS_EXPORT_DEPENDS = " \
libeigen \
pluginlib \
rclcpp \
std-msgs \
"
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
ROS_EXEC_DEPENDS = " \
libeigen \
pluginlib \
rclcpp \
rosidl-default-runtime \
std-msgs \
"
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
ROS_TEST_DEPENDS = " \
ament-cmake-copyright \
ament-cmake-cppcheck \
ament-cmake-cpplint \
ament-cmake-lint-cmake \
ament-cmake-uncrustify \
ament-cmake-xmllint \
ament-lint-auto \
"
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/astuff/ml_classifiers-release/archive/release/crystal/ml_classifiers/1.0.1-1.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "0969fc98feed3baf7f76900ced60e00e"
SRC_URI[sha256sum] = "fe5ced50553b27c4c5ffd272d1d51ccc8264289d8c506eba7600efd82ff9bed8"
S = "${WORKDIR}/ml_classifiers-release-release-crystal-ml_classifiers-1.0.1-1"
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('ml-classifiers', d)}"
ROS_BUILD_TYPE = "catkin"
# Allow the above settings to be overridden.
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('ml-classifiers', d)}"
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ml-classifiers/ml-classifiers_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ml-classifiers/ml-classifiers-${PV}_common.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ml-classifiers/${BPN}.inc
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/ml-classifiers/${BPN}-${PV}.inc
inherit ${ROS_COMPONENT_TYPE}_component
inherit ros_${ROS_BUILD_TYPE}