From 128f00ae7aed6cb409b043f26ff37144b27e446a Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 11:11:02 -0700 Subject: [PATCH] DRAFT python*-rospkg: Upgrade to v1.1.9 (version from newer-platform-components.list) --- recipes-devtools/python/python-rospkg.inc | 10 +++++----- ...{python-rospkg_1.0.40.bb => python-rospkg_1.1.9.bb} | 0 ...ython3-rospkg_1.0.40.bb => python3-rospkg_1.1.9.bb} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename recipes-devtools/python/{python-rospkg_1.0.40.bb => python-rospkg_1.1.9.bb} (100%) rename recipes-devtools/python/{python3-rospkg_1.0.40.bb => python3-rospkg_1.1.9.bb} (100%) diff --git a/recipes-devtools/python/python-rospkg.inc b/recipes-devtools/python/python-rospkg.inc index b9e35c9..5f456f7 100644 --- a/recipes-devtools/python/python-rospkg.inc +++ b/recipes-devtools/python/python-rospkg.inc @@ -1,12 +1,12 @@ DESCRIPTION = "ROS package library" SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://src/rospkg/__init__.py;beginline=1;endline=31;md5=9cea8ac73441707f7779ae66adf75f62" SRCNAME = "rospkg" -SRC_URI = "http://download.ros.org/downloads/rospkg/rospkg-${PV}.tar.gz" -SRC_URI[md5sum] = "36fa86450a397cbe531b214e088d06b7" -SRC_URI[sha256sum] = "ccd1d635319d41b79139b7336af64fc17a48a69ce0d728c1578c78f6350dbe1c" +SRC_URI = "https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz" +SRC_URI[md5sum] = "2d415a9f6040fbe9e57350664a3ef2cf" +SRC_URI[sha256sum] = "26a06e5ee07f305bc5e5ac2855fb779fc1207797bc4f9ce303f6d88e4c568fcc" S = "${WORKDIR}/${SRCNAME}-${PV}" diff --git a/recipes-devtools/python/python-rospkg_1.0.40.bb b/recipes-devtools/python/python-rospkg_1.1.9.bb similarity index 100% rename from recipes-devtools/python/python-rospkg_1.0.40.bb rename to recipes-devtools/python/python-rospkg_1.1.9.bb diff --git a/recipes-devtools/python/python3-rospkg_1.0.40.bb b/recipes-devtools/python/python3-rospkg_1.1.9.bb similarity index 100% rename from recipes-devtools/python/python3-rospkg_1.0.40.bb rename to recipes-devtools/python/python3-rospkg_1.1.9.bb