topic-tools: initial untested recipe by manually extracting meta data from package.xml

This commit is contained in:
Lukas Bulwahn 2013-02-26 11:29:29 +01:00
parent 91564a6fb0
commit f73e30ae40
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying debug information about \
ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "rostest"
require ros-comm.inc
S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"