ros2cli: add new recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Eunmin Lim 2018-07-26 13:08:00 +09:00 committed by Martin Jansa
parent e7faf583d3
commit dbf49d6805
9 changed files with 34 additions and 8 deletions

View File

@ -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 \

View File

@ -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}"

View File

@ -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/"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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