diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-03-22 23:51:25 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-26 10:29:24 +0530 |
| commit | 40642ec81044538a107e59f3b69b745086171e89 (patch) | |
| tree | 88d54a0a9afa8b7fa5884a383fa676749ab337b9 /meta-python/recipes-devtools/python | |
| parent | adb631c144dc7186fbd3c830d71919cf047c04d8 (diff) | |
| download | meta-openembedded-40642ec81044538a107e59f3b69b745086171e89.tar.gz | |
python3-gpiod: update to v2.4.1
Bug-fix release addressing a memory leak and a couple minor issues.
We now ship the license file with the dist tarball so update the recipe
to take this into account. While at it: trim the LICENSE value to only
include LGPL-v2.1-or-later as the other two licenses cover tests and
text files.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f75f4164fd7184ed47e119c782cea583b96fbb45)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gpiod_2.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.4.1.bb index 405951fe0c..61a3fb929e 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.4.1.bb | |||
| @@ -1,13 +1,11 @@ | |||
| 1 | SUMMARY = "Python bindings for libgpiod." | 1 | SUMMARY = "Python bindings for libgpiod." |
| 2 | 2 | ||
| 3 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0" | 3 | LICENSE = "LGPL-2.1-or-later" |
| 4 | # The actual license files live in the upstream libgpiod from which the pypi | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b54a1fd55a448865a0b32d41598759d" |
| 5 | # package is spun out. | ||
| 6 | LIC_FILES_CHKSUM = "file://pyproject.toml;beginline=13;endline=13;md5=0fbc720d3e48432ee239eedb6adb0f07" | ||
| 7 | 5 | ||
| 8 | SRC_URI += "file://run-ptest" | 6 | SRC_URI += "file://run-ptest" |
| 9 | 7 | ||
| 10 | SRC_URI[sha256sum] = "9243a1a59d084ec749d1df4a1e2f238ffb9d94515b0d9f5335460175143c3aa1" | 8 | SRC_URI[sha256sum] = "d29a1e8b2a065f7ed82f00a96009bc1486fc705bb2ad25820a8ae962ec6d7688" |
| 11 | 9 | ||
| 12 | inherit python_setuptools_build_meta python_pep517 ptest pypi | 10 | inherit python_setuptools_build_meta python_pep517 ptest pypi |
| 13 | 11 | ||
