2013-02-08 17:21:13 +08:00
|
|
|
DESCRIPTION = "rosgraph contains the rosgraph command-line tool, which prints \
|
|
|
|
information about the ROS Computation Graph."
|
|
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "BSD"
|
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
|
2013-04-10 13:12:41 +08:00
|
|
|
RDEPENDS_${PN} = "python-xmlrpc python-threading python-rospkg rospy"
|
2013-04-04 16:33:12 +08:00
|
|
|
|
2013-02-15 23:02:00 +08:00
|
|
|
require ros-comm.inc
|
2013-02-08 17:21:13 +08:00
|
|
|
|
2013-02-15 23:02:00 +08:00
|
|
|
S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"
|