16 lines
708 B
BlitzBasic
16 lines
708 B
BlitzBasic
DESCRIPTION = "Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays. \
|
|
For common, generic robot-specific message types, please see common_msgs."
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
|
|
|
DEPENDS = "message-generation message-runtime"
|
|
|
|
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "f25689a5b82a5e49e487411c4b43ee3e"
|
|
SRC_URI[sha256sum] = "eb855f13c5009145785b090c074718290355baad3439c155589be709f6ee1f25"
|
|
|
|
S = "${WORKDIR}/${ROS_SP}"
|
|
|
|
inherit catkin
|