From f81d38ee2392017225aff5a20a7f2bc79ddd88a6 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 10:54:26 -0700 Subject: [PATCH] DRAFT python*-rosdistro: Upgrade to v0.7.4 (version from newer-platform-components.list) --- recipes-devtools/python/python-rosdistro.inc | 10 +++++----- ...on-rosdistro_0.4.7.bb => python-rosdistro_0.7.4.bb} | 0 ...3-rosdistro_0.4.7.bb => python3-rosdistro_0.7.4.bb} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename recipes-devtools/python/{python-rosdistro_0.4.7.bb => python-rosdistro_0.7.4.bb} (100%) rename recipes-devtools/python/{python3-rosdistro_0.4.7.bb => python3-rosdistro_0.7.4.bb} (100%) diff --git a/recipes-devtools/python/python-rosdistro.inc b/recipes-devtools/python/python-rosdistro.inc index 17ac9cf..85b2eb3 100644 --- a/recipes-devtools/python/python-rosdistro.inc +++ b/recipes-devtools/python/python-rosdistro.inc @@ -1,12 +1,12 @@ DESCRIPTION = "ROS package library" SECTION = "devel/python" -LICENSE = "BSD & MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=48623a4c0f1b1f65fae1dedd990a7f54" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=988919d688133096537549f9afebf425" SRCNAME = "rosdistro" -SRC_URI = "http://download.ros.org/downloads/rosdistro/rosdistro-${PV}.tar.gz" -SRC_URI[md5sum] = "a699690fab755fd1b92b2ac04933e227" -SRC_URI[sha256sum] = "f44757336bcee4089f6f6d570248e7c4e09eebfe5238d6ae60d8bd35361eedc4" +SRC_URI = "https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz" +SRC_URI[md5sum] = "011634b410f9f5ba1d05ac352dbd9ff0" +SRC_URI[sha256sum] = "94caf9c03142744cbcd1ab926a216ee64d5e1d27c35c15c7262565761f3a053c" S = "${WORKDIR}/${SRCNAME}-${PV}" diff --git a/recipes-devtools/python/python-rosdistro_0.4.7.bb b/recipes-devtools/python/python-rosdistro_0.7.4.bb similarity index 100% rename from recipes-devtools/python/python-rosdistro_0.4.7.bb rename to recipes-devtools/python/python-rosdistro_0.7.4.bb diff --git a/recipes-devtools/python/python3-rosdistro_0.4.7.bb b/recipes-devtools/python/python3-rosdistro_0.7.4.bb similarity index 100% rename from recipes-devtools/python/python3-rosdistro_0.4.7.bb rename to recipes-devtools/python/python3-rosdistro_0.7.4.bb