From patchwork Fri Aug 18 10:42:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ewa Kujawska X-Patchwork-Id: 29115 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 099C6C001DE for ; Fri, 18 Aug 2023 10:42:22 +0000 (UTC) Received: from 9.mo561.mail-out.ovh.net (9.mo561.mail-out.ovh.net [87.98.184.141]) by mx.groups.io with SMTP id smtpd.web11.8497.1692355339773144567 for ; Fri, 18 Aug 2023 03:42:20 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=softfail (domain: 3mdeb.com, ip: 87.98.184.141, mailfrom: ewa.kujawska@3mdeb.com) Received: from director4.ghost.mail-out.ovh.net (unknown [10.109.156.60]) by mo561.mail-out.ovh.net (Postfix) with ESMTP id D859A245C2 for ; Fri, 18 Aug 2023 10:42:17 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-x4bh6 (unknown [10.108.20.234]) by director4.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 35A391FE95; Fri, 18 Aug 2023 10:42:17 +0000 (UTC) Received: from 3mdeb.com ([37.59.142.110]) by ghost-submission-6684bf9d7b-x4bh6 with ESMTPSA id gFuPAwlL32RL1AwAvIho6Q (envelope-from ); Fri, 18 Aug 2023 10:42:17 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-110S004eaa6b768-4401-4ab3-9553-c97870de565a, 9874EC95A4A1C37C7275AEE24D908C0ECD57E829) smtp.auth=ewa.kujawska@3mdeb.com X-OVh-ClientIp: 213.192.77.249 From: Ewa Kujawska To: openembedded-devel@lists.openembedded.org Cc: piotr.krol@3mdeb.com, tomasz.zyjewski@3mdeb.com Subject: [meta-python][PATCH] python3-libusb1_1.7.1.bb: recipe added Date: Fri, 18 Aug 2023 12:42:11 +0200 Message-ID: <20230818104213.3657326-1-ewa.kujawska@3mdeb.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Ovh-Tracer-Id: 5406852829731261849 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedviedruddufedgfedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefgfigrucfmuhhjrgifshhkrgcuoegvfigrrdhkuhhjrgifshhkrgesfehmuggvsgdrtghomheqnecuggftrfgrthhtvghrnhepjefggfefvddutdekheegtedttdejvddttddvheejfeejtdeikedugedvvdejleeunecuffhomhgrihhnpehgihhthhhusgdrtghomhdpphihthhhohhnhhhoshhtvggurdhorhhgnecukfhppeduvdejrddtrddtrddupddvudefrdduledvrdejjedrvdegledpfeejrdehledrudegvddruddutdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepoegvfigrrdhkuhhjrgifshhkrgesfehmuggvsgdrtghomheqpdhnsggprhgtphhtthhopedupdhrtghpthhtohepohhpvghnvghmsggvugguvgguqdguvghvvghlsehlihhsthhsrdhophgvnhgvmhgsvgguuggvugdrohhrghdpoffvtefjohhsthepmhhoheeiuddpmhhouggvpehsmhhtphhouhht List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 18 Aug 2023 10:42:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104483 A pure-python wrapper for libusb-1.0 refers to a Python module or package that provides an interface to interact with the libusb-1.0 library using Python code. libusb-1.0 is a cross-platform library that allows applications to communicate with USB devices without the need for platform-specific drivers. It provides a standardized way to access USB devices from various operating systems. Signed-off-by: Ewa Kujawska --- .../python/python3-libusb1_1.7.1.bb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-libusb1_1.7.1.bb b/meta-python/recipes-devtools/python/python3-libusb1_1.7.1.bb index 476966c2178b..9f95e5595178 100644 --- a/meta-python/recipes-devtools/python/python3-libusb1_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-libusb1_1.7.1.bb @@ -1,15 +1,16 @@ SUMMARY = "Pure-python wrapper for libusb-1.0" + HOMEPAGE = "http://github.com/vpelletier/python-libusb1" -AUTHOR = "Vincent Pelletier " -LICENSE = "LGPL-2.1" +LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "https://files.pythonhosted.org/packages/80/bb/4ee9d760dd29499d877ee384f1d2bc6bb9923defd4c69843aef5e729972d/libusb1-1.7.1.tar.gz" -SRC_URI[md5sum] = "cb4073182fef4cee6ab9c6666b48d1a1" +SRC_URI = "https://files.pythonhosted.org/packages/80/bb/4ee9d760dd29499d877ee384f1d2bc6bb9923defd4c69843aef5e729972d/libusb1-${PV}.tar.gz" SRC_URI[sha256sum] = "adf64a4f3f5c94643a1286f8153bcf4bc787c348b38934aacd7fe17fbeebc571" -S = "${WORKDIR}/libusb1-1.7.1" +PV = "1.7.1" + +S = "${WORKDIR}/libusb1-${PV}" -RDEPENDS_${PN} = "libusb1" +RDEPENDS:${PN} = "libusb1" inherit setuptools3