66 lines
3.0 KiB
BlitzBasic
66 lines
3.0 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "<p>Python binding of OpenRTM-AIST (see <a href="http://www.ros.org/wiki/openrtm_aist">openrtm_aist</a> for further information).</p> <p><i>OpenRTM-aist is an <a href="http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=1545521&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F10375%2F32977%2F01545521.pdf%3Farnumber%3D1545521">RT-Middleware</a>-baseed, component-oriented software platform to robotics development that is made and maintained in AIST (National Institute of Advanced Industrial Science and Technology) in Japan </i> (<a href="http://openrtm.org/openrtm/en/content/introduction-0">excerpts from here</a>)</p>"
|
|
AUTHOR = "Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>"
|
|
ROS_AUTHOR = "Shinji Kurihara <shinji.kurihara@aist.go.jp>"
|
|
HOMEPAGE = "http://ros.org/wiki/openrtm_aist"
|
|
SECTION = "devel"
|
|
LICENSE = "EPL"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=23;endline=23;md5=b1456987590b6d6fb15d36f398651b8b"
|
|
|
|
ROS_CN = "openrtm_aist_python"
|
|
ROS_BPN = "openrtm_aist_python"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
doxygen \
|
|
python-omniorb \
|
|
python-setuptools \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
cmake-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
python-omniorb \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
python-omniorb \
|
|
"
|
|
|
|
# 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/tork-a/openrtm_aist_python-release/archive/release/melodic/openrtm_aist_python/1.1.0-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "3d0a7030374a3a763e8aecd1771c39b7"
|
|
SRC_URI[sha256sum] = "a6be8a4902c0635137c0925289687ecbefe1dabd2dd5e3ba80c3153f5fd142b5"
|
|
S = "${WORKDIR}/openrtm_aist_python-release-release-melodic-openrtm_aist_python-1.1.0-0"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('openrtm-aist-python', d)}"
|
|
ROS_BUILD_TYPE = "cmake"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('openrtm-aist-python', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist-python/openrtm-aist-python_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist-python/openrtm-aist-python-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist-python/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/openrtm-aist-python/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|