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"
SRC_URI[md5sum] = "9659e0b3e37108a78f3353ce55cee98e"
SRC_URI[sha256sum] = "9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6"
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"