meta-ros/recipes-ros/diagnostics/diagnostics.inc

10 lines
322 B
PHP
Raw Normal View History

2013-08-06 20:12:24 +08:00
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
2018-05-18 01:48:11 +08:00
SRC_URI[md5sum] = "f45a5eb1af83f18c629f7731af537087"
SRC_URI[sha256sum] = "3b2d3bb7bb333b8685fa084e086c00a044803dac41ff58351161440931d23550"
2017-04-06 16:47:33 +08:00
2013-08-06 20:12:24 +08:00
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "diagnostics"