rosserial: updating to 0.5.6
Updating rosserial to 0.5.6 needs adjusting of the LIC_FILES_CHKSUM lines.
This commit is contained in:
parent
292dea80c3
commit
787822b3be
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "Libraries and examples for ROSserial usage on Arduino/AVR Platforms."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "std-msgs sensor-msgs geometry-msgs nav-msgs rosserial-client message-generation"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "Generalized client side source for rosserial."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
require rosserial.inc
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "Libraries and examples for ROSserial usage on Embedded Linux Enviroments"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "std-msgs sensor-msgs geometry-msgs nav-msgs rosserial-client"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "Messages for automatic topic configuration using rosserial."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "message-generation"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "A Python-based implementation of the ROS serial protocol."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
require rosserial.inc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
SRC_URI = "https://github.com/ros-drivers/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
SRC_URI[md5sum] = "98225960a1cb3f76c490c41d44913b42"
|
||||
SRC_URI[sha256sum] = "f2ea608c5d909e7249817fdc0a7fea67945fbf12e0d24fdfa4dd095b86ea8a75"
|
||||
SRC_URI[md5sum] = "2c6daf8212856f002506c370095c28f8"
|
||||
SRC_URI[sha256sum] = "f0047e40b1643ba128cf679a014a27790cfeb358bef768212ec932bb62a9b8c7"
|
||||
|
||||
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue