DRAFT python*-rosdistro: Upgrade to v0.7.4 (version from newer-platform-components.list)

This commit is contained in:
Herb Kuta 2019-04-25 10:54:26 -07:00
parent 2b7432d969
commit f81d38ee23
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
DESCRIPTION = "ROS package library" DESCRIPTION = "ROS package library"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "BSD & MIT" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=48623a4c0f1b1f65fae1dedd990a7f54" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=988919d688133096537549f9afebf425"
SRCNAME = "rosdistro" SRCNAME = "rosdistro"
SRC_URI = "http://download.ros.org/downloads/rosdistro/rosdistro-${PV}.tar.gz" SRC_URI = "https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz"
SRC_URI[md5sum] = "a699690fab755fd1b92b2ac04933e227" SRC_URI[md5sum] = "011634b410f9f5ba1d05ac352dbd9ff0"
SRC_URI[sha256sum] = "f44757336bcee4089f6f6d570248e7c4e09eebfe5238d6ae60d8bd35361eedc4" SRC_URI[sha256sum] = "94caf9c03142744cbcd1ab926a216ee64d5e1d27c35c15c7262565761f3a053c"
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"