diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:39 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:51 -0700 |
| commit | acd11d26bd25de3cb36438946c06d73fdca21248 (patch) | |
| tree | 421aaf621106c6caee3b0ae20168db447c2aac44 /meta-python/recipes-devtools/python | |
| parent | b5eb0741dec44b9d67ca5f93a0d6cbc08210cfa5 (diff) | |
| download | meta-openembedded-acd11d26bd25de3cb36438946c06d73fdca21248.tar.gz | |
python3-libusb1: upgrade 3.3.1 -> 3.4.0
Changelog:
==========
- Fix Python 3.14 DeprecationWarning caused by implicit ctypes layout when
using pack = 1.
- Bundle libusb1 1.0.29 dlls in Windows wheels
- Fix a licence inconsistency: the old pypi classifier was refering to the
LGPL2+ instead of the LGPL2.1+ .
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb index 1c2d60e6b8..1956e5fe54 100644 --- a/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 6 | file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ | 6 | file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "3951d360f2daf0e0eacf839e15d2d1d2f4f5e7830231eb3188eeffef2dd17bad" | 9 | SRC_URI[sha256sum] = "9cf5638506d54f21bf36550d97ea63189111a23c4d8078f630103a2052135f45" |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} = "libusb1" | 11 | RDEPENDS:${PN} = "libusb1" |
| 12 | 12 | ||
