2013-10-18 07:16:22 +08:00
|
|
|
DESCRIPTION = "A Python-based implementation of the ROS serial protocol."
|
|
|
|
SECTION = "devel"
|
|
|
|
LICENSE = "BSD"
|
2014-06-23 15:00:00 +08:00
|
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
2013-10-18 07:16:22 +08:00
|
|
|
|
|
|
|
require rosserial.inc
|
2014-03-15 19:55:47 +08:00
|
|
|
|
2017-05-16 22:30:09 +08:00
|
|
|
RDEPENDS_${PN} = "rosserial-msgs diagnostic-msgs ${PYTHON_PN}-pyserial"
|