ros2cli: add new recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e7faf583d3
commit
dbf49d6805
|
@ -7,6 +7,14 @@ PACKAGES = "${PN}"
|
|||
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-ros2-demos \
|
||||
ros2cli \
|
||||
ros2msg \
|
||||
ros2run \
|
||||
ros2topic \
|
||||
ros2pkg \
|
||||
ros2node \
|
||||
ros2srv \
|
||||
ros2service \
|
||||
ros2-launch \
|
||||
ros2-actionlib-msgs \
|
||||
ros2-diagnostic-msgs \
|
||||
|
|
|
@ -2,3 +2,5 @@ HOMEPAGE = "https://github.com/ros2/ros2cli"
|
|||
|
||||
SRCREV = "df36377ff44695b43390dccf2df5a7bffd012e61"
|
||||
SRC_URI = "git://github.com/ros2/ros2cli.git;protocol=git;"
|
||||
|
||||
S = "${WORKDIR}/git/${PN}"
|
||||
|
|
|
@ -3,9 +3,8 @@ LICENSE = "Apache-2.0"
|
|||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
|
||||
|
||||
include ros2cli.inc
|
||||
|
||||
S = "${WORKDIR}/git/ros2cli"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "rclpy python3-setuptools ${PYTHON_PN}-xmlrpc ${PYTHON_PN}-pydoc"
|
||||
|
||||
FILES_${PN} += "${datadir}/ament_index/"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUMMARY = "The run command for ROS 2 command line tools."
|
||||
SUMMARY = "The msg command for ROS 2 command line tools."
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
SUMMARY = "The node 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
|
||||
|
||||
inherit setuptools3
|
|
@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=12c26a18c7f49
|
|||
|
||||
include ros2cli.inc
|
||||
|
||||
S = "${WORKDIR}/git/ros2pkg"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "ros2cli ament-index-python"
|
||||
|
|
|
@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=12c26a18c7f49
|
|||
|
||||
include ros2cli.inc
|
||||
|
||||
S = "${WORKDIR}/git/ros2run"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "ros2pkg"
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
SUMMARY = "The service 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
|
||||
|
||||
inherit setuptools3
|
|
@ -0,0 +1,7 @@
|
|||
SUMMARY = "The srv 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
|
||||
|
||||
inherit setuptools3
|
Loading…
Reference in New Issue