2013-02-08 21:16:26 +08:00
|
|
|
DESCRIPTION = "roswtf is a tool for diagnosing issues with a running ROS system. Think of it as a FAQ implemented in code."
|
|
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "BSD"
|
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
|
2013-03-14 00:24:23 +08:00
|
|
|
DEPENDS = "rostest-native"
|
2013-02-08 21:16:26 +08:00
|
|
|
|
2013-02-15 23:02:00 +08:00
|
|
|
require ros-comm.inc
|
2013-02-08 21:16:26 +08:00
|
|
|
|
2013-02-15 23:02:00 +08:00
|
|
|
S = "${WORKDIR}/ros_comm-${PV}/utilities/${BPN}"
|