From ec0e5120726ec20da4a3652bcfb8a3cbbc82a969 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 19 Dec 2017 15:46:31 +0100 Subject: [PATCH] python-pbr: update to 3.1.1 from meta-python layer --- README.md | 4 ++++ .../python/{python-pbr_1.8.0.bb => python-pbr_3.1.1.bb} | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename recipes-devtools/python/{python-pbr_1.8.0.bb => python-pbr_3.1.1.bb} (70%) diff --git a/README.md b/README.md index 1173775..7ef7ff9 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,10 @@ resolved in the past. (cf. http://git.yoctoproject.org/clean/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb?id=38973e8bc393a4ca36090c58c8b6eb6d093ea69a) licensed with the MIT License. + The python-pbr recipe originated from the recipe in the meta-python layer + (cf. http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-pbr_3.1.1.bb?id=b3eb3c647dc86306d9346bea621fb4b6994ec461) + licensed with the MIT License. + The core-image-ros-* recipes originated from the core-image-minimal recipe in OpenEmbedded Core (cf. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/images/core-image-minimal.bb) licensed with the MIT License. diff --git a/recipes-devtools/python/python-pbr_1.8.0.bb b/recipes-devtools/python/python-pbr_3.1.1.bb similarity index 70% rename from recipes-devtools/python/python-pbr_1.8.0.bb rename to recipes-devtools/python/python-pbr_3.1.1.bb index 4db537b..bdff867 100644 --- a/recipes-devtools/python/python-pbr_1.8.0.bb +++ b/recipes-devtools/python/python-pbr_3.1.1.bb @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -SRC_URI[md5sum] = "bc7173f5ccec8e6125e3b68f0285eb8a" -SRC_URI[sha256sum] = "44a0ef9295bb59698f461124741a21a0f7f76d42e160d8a0a4bf1693338036fc" +SRC_URI[md5sum] = "4e82c2e07af544c56a5b71c801525b00" +SRC_URI[sha256sum] = "05f61c71aaefc02d8e37c0a3eeb9815ff526ea28b3b76324769e6158d7f95be1" inherit pypi setuptools @@ -13,4 +13,4 @@ RDEPENDS_${PN}_class-target += " \ python-pip \ " -BBCLASSEXTEND = "native" \ No newline at end of file +BBCLASSEXTEND = "native"