python-ecdsa: use meta-openstack's recipe
This commit is contained in:
parent
14ee7fb7cc
commit
1f1ecbc360
|
@ -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)
|
(cf. https://github.com/kartikmohta/meta-km/blob/master/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb)
|
||||||
licensed with the MIT License.
|
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
|
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)
|
(cf. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/images/core-image-minimal.bb)
|
||||||
licensed with the MIT License.
|
licensed with the MIT License.
|
||||||
|
|
|
@ -4,16 +4,10 @@ SECTION = "devel/python"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
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[md5sum] = "1f60eda9cb5c46722856db41a3ae6670"
|
||||||
SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
|
SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
|
||||||
|
|
||||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
inherit setuptools pypi
|
||||||
|
|
||||||
inherit setuptools
|
|
||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
@ -23,4 +17,4 @@ DEPENDS += " \
|
||||||
# RDEPENDS_default:
|
# RDEPENDS_default:
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
python-pbr \
|
python-pbr \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue