2017-08-04 16:39:39 +08:00
|
|
|
SUMMARY = "Framework for ROS 2 command line tools."
|
|
|
|
LICENSE = "Apache-2.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
|
|
|
|
|
|
|
|
include ros2cli.inc
|
|
|
|
inherit setuptools3
|
|
|
|
|
2018-05-26 01:33:40 +08:00
|
|
|
RDEPENDS_${PN} += "rclpy python3-setuptools ${PYTHON_PN}-xmlrpc ${PYTHON_PN}-pydoc"
|
2018-07-26 12:08:00 +08:00
|
|
|
|
|
|
|
FILES_${PN} += "${datadir}/ament_index/"
|