11 lines
357 B
BlitzBasic
11 lines
357 B
BlitzBasic
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"
|
|
|
|
DEPENDS = "rostest-native"
|
|
|
|
require ros-comm.inc
|
|
|
|
S = "${WORKDIR}/ros_comm-${PV}/utilities/${BPN}"
|