resource-retriever: updating to 1.11.8
This commit is contained in:
parent
6c20747517
commit
08d59490eb
|
@ -2,15 +2,15 @@ DESCRIPTION = "This package retrieves data from url-format files such as \
|
|||
http://, ftp://, package:// file://, etc., and loads the data into memory."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=18;endline=18;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "curl rosconsole roslib"
|
||||
|
||||
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz \
|
||||
file://0001-Python3-compatibility-10.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "1dffd39475ebe70b14390889d3b4b3c4"
|
||||
SRC_URI[sha256sum] = "5f00e95c5a086973efa25e26da9cee8f4b10b446fbb5eb6694b32b2201539866"
|
||||
SRC_URI[md5sum] = "cd1055502daeaf93985fb56327c419f4"
|
||||
SRC_URI[sha256sum] = "db3ce752736123499d80d803526080e31f2ba21460fd135186b26bf7b72fed2a"
|
||||
|
||||
S = "${WORKDIR}/${ROS_SP}"
|
||||
|
Loading…
Reference in New Issue