# Generated by superflore -- DO NOT EDIT # # Copyright 2019 Open Source Robotics Foundation inherit ros_distro_${ROS_DISTRO} inherit ros_superflore_generated DESCRIPTION = "This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator." AUTHOR = "Steven! Ragnarök " ROS_AUTHOR = "Ioan Sucan " HOMEPAGE = "http://ros.org/wiki/random_numbers" SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5" ROS_CN = "random_numbers" ROS_BPN = "random_numbers" ROS_BUILD_DEPENDS = " \ boost \ " ROS_BUILDTOOL_DEPENDS = " \ catkin-native \ " ROS_EXPORT_DEPENDS = " \ boost \ " ROS_BUILDTOOL_EXPORT_DEPENDS = "" ROS_EXEC_DEPENDS = " \ boost \ " # 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/random_numbers-release/archive/release/melodic/random_numbers/0.3.2-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI[md5sum] = "400ee29d43591712831b831e1ef8a9f5" SRC_URI[sha256sum] = "989cf481e8bd4c7b44278d73a549554fd874479c1f28e8d26f77fa905a43e409" S = "${WORKDIR}/random_numbers-release-release-melodic-random_numbers-0.3.2-0" ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('random-numbers', d)}" ROS_BUILD_TYPE = "catkin" # Allow the above settings to be overridden. ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('random-numbers', d)}" include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/random-numbers/random-numbers_common.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/random-numbers/random-numbers-${PV}_common.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/random-numbers/${BPN}.inc include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/random-numbers/${BPN}-${PV}.inc inherit ${ROS_COMPONENT_TYPE}_component inherit ros_${ROS_BUILD_TYPE}