12 lines
283 B
BlitzBasic
12 lines
283 B
BlitzBasic
SUMMARY = "The run command 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
|
|
|
|
S = "${WORKDIR}/git/ros2run"
|
|
|
|
inherit setuptools3
|
|
|
|
RDEPENDS_${PN} += "ros2pkg"
|