meta-ros/recipes-extended/kdl/kdl.inc

10 lines
371 B
PHP
Raw Permalink Normal View History

2013-12-07 15:54:59 +08:00
SRC_URI = "https://github.com/orocos/${SPN}/archive/v${PV}.tar.gz;downloadfilename=${SPN}-${PV}.tar.gz"
2014-08-01 04:17:49 +08:00
SRC_URI[md5sum] = "dc927de422cf6afe716ec7b12c0eed11"
SRC_URI[sha256sum] = "7be2dd5e4f4c1ceac2cdf1f4fae3d94d4ffd9fc1af8d483c05f04e80ef84b3f9"
2013-12-07 15:54:59 +08:00
S = "${WORKDIR}/${SPN}-${PV}/${@d.getVar('BPN', True).replace('-', '_')}"
inherit cmake
2013-12-07 15:54:59 +08:00
SPN = "orocos_kinematics_dynamics"