meta-ros/recipes-ros/image-common/image-common.inc

10 lines
334 B
PHP
Raw Normal View History

SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
2017-03-19 22:08:19 +08:00
SRC_URI[md5sum] = "93262ecca39761feb87ec0538217bbb5"
SRC_URI[sha256sum] = "13d434e2d46e13af05398f3cbacffb2c69e2d015f6827d848f799a28d23e816d"
2013-06-11 14:07:46 +08:00
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
2013-06-11 14:07:46 +08:00
inherit catkin
ROS_SPN = "image_common"