I am seeing fetch checksum mismatched on AB see https://errors.yoctoproject.org/Errors/Details/573554/
then I manually downloaded the file and checksummed it, % sha256sum ifaddr-0.1.7.tar.gz 1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 ifaddr-0.1.7.tar.gz so builder on AB seems to be right, perhaps we need a v4 On Fri, Mar 5, 2021 at 8:03 AM Andrei Gherzan <[email protected]> wrote: > > From: Andrei Gherzan <[email protected]> > > Signed-off-by: Andrei Gherzan <[email protected]> > --- > .../recipes-devtools/python/python3-ifaddr_0.1.7.bb | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 > meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb > > diff --git a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb > b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb > new file mode 100644 > index 000000000..cd7cd2803 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb > @@ -0,0 +1,10 @@ > +DESCRIPTION = "Cross-platform network interface and IP address enumeration \ > +library" > +HOMEPAGE = "https://pypi.org/project/ifaddr/" > +LICENSE = "MIT" > + > +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" > + > +SRC_URI[sha256sum] = > "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f9ad926" > + > +inherit pypi setuptools3 > -- > 2.30.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89915): https://lists.openembedded.org/g/openembedded-devel/message/89915 Mute This Topic: https://lists.openembedded.org/mt/81106038/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
