python-pbr: update to 3.1.1 from meta-python layer
This commit is contained in:
parent
1f1ecbc360
commit
ec0e512072
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
BBCLASSEXTEND = "native"
|
Loading…
Reference in New Issue