From 1f1ecbc36083ab2376730a2d08672eafa2e478e2 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 16 Dec 2017 08:49:51 +0100 Subject: [PATCH] python-ecdsa: use meta-openstack's recipe --- README.md | 4 ++++ recipes-devtools/python/python-ecdsa_0.13.bb | 10 ++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 78e439f..1173775 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,10 @@ resolved in the past. (cf. https://github.com/kartikmohta/meta-km/blob/master/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb) licensed with the MIT License. + The python-ecdsa recipe originated from the recipe in the OpenStack Yocto layer + (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 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-ecdsa_0.13.bb b/recipes-devtools/python/python-ecdsa_0.13.bb index 053ef5e..8fe492c 100644 --- a/recipes-devtools/python/python-ecdsa_0.13.bb +++ b/recipes-devtools/python/python-ecdsa_0.13.bb @@ -4,16 +4,10 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRCNAME = "ecdsa" - -SRC_URI = "https://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - SRC_URI[md5sum] = "1f60eda9cb5c46722856db41a3ae6670" SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools +inherit setuptools pypi DEPENDS += " \ python-pip \ @@ -23,4 +17,4 @@ DEPENDS += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ - " \ No newline at end of file + "