ros-comm: updated to hydro release version
As the license text of the xmlrpcpp changed, the license checksum is adjusted.
This commit is contained in:
parent
785eae0216
commit
5c4efa5bb2
|
@ -1,5 +1,5 @@
|
|||
SRC_URI = "https://github.com/ros/ros_comm/archive/${PV}.tar.gz;downloadfilename=ros_comm-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "80b68959b8e6d5162c50a361a55d9b1a"
|
||||
SRC_URI[sha256sum] = "b0422f914ca27f928e5acacf25353cb44bd7e3be8ba8942253013fe85cc355f8"
|
||||
SRC_URI[md5sum] = "2d4b8083abc6598857e01b698f4b0d20"
|
||||
SRC_URI[sha256sum] = "44c5a076a604134e44d044e08b2c15b185aefac277b8632b5ca2d011ec8d3da6"
|
||||
|
||||
inherit catkin
|
||||
|
|
|
@ -4,8 +4,8 @@ DESCRIPTION = \
|
|||
support roscpp's threading model. As such, we are maintaining our \
|
||||
own fork."
|
||||
SECTION = "devel"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=46ee8693f40a89a31023e97ae17ecf19"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=184dd1523b9a109aead3fbbe0b4262e0"
|
||||
|
||||
DEPENDS = "cpp-common"
|
||||
|
Loading…
Reference in New Issue