2017-08-04 16:39:39 +08:00
|
|
|
SUMMARY = "The ROS client library in C++."
|
|
|
|
HOMEPAGE = "https://github.com/ros2/rcl_interfaces"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
|
|
|
|
DEPENDS = " \
|
|
|
|
builtin-interfaces \
|
|
|
|
rosidl-default-runtime \
|
|
|
|
rcl \
|
|
|
|
"
|
|
|
|
|
2018-05-30 09:13:57 +08:00
|
|
|
SRCREV = "bea1a52e24eaea0ad141a4d13dfa4606fcf190e7"
|
2017-08-04 16:39:39 +08:00
|
|
|
SRC_URI = "git://github.com/ros2/rclcpp.git;protocol=git;"
|
|
|
|
|
2018-05-30 09:13:57 +08:00
|
|
|
inherit ament pythonpath-insane
|