summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-02-04 09:47:42 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-04 10:14:37 -0800
commit6c176d69c19118ea3f5d2237e7225c4c4869895e (patch)
tree80e9ec92263990d1fb73eed90ad8d6a98bac17da /meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb
parent9d8ef59ebd47625059387c2841e96b5f8098f5bb (diff)
downloadmeta-openembedded-6c176d69c19118ea3f5d2237e7225c4c4869895e.tar.gz
python3-gpiod: fix ptest failure
Linux kernel commit 8bd76b3d3f3a ("gpio: sim: lock up configfs that an instantiated device depends on") revealed an issue in libgpiod bindings tests where a GPIO simulator device is not disabled before removing its configfs entries. Add a patch (already submitted upstream) that fixes the observed ptest failures. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb
index 58908ad0d5..bdc7e52ca5 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb
@@ -5,7 +5,10 @@ LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0"
5# package is spun out. 5# package is spun out.
6LIC_FILES_CHKSUM = "file://setup.py;beginline=241;endline=241;md5=f5ddb56912b7f20bf94aa4d1bdcd3533" 6LIC_FILES_CHKSUM = "file://setup.py;beginline=241;endline=241;md5=f5ddb56912b7f20bf94aa4d1bdcd3533"
7 7
8SRC_URI += "file://run-ptest" 8SRC_URI += " \
9 file://run-ptest \
10 file://0001-bindings-python-tests-disable-device-before-releasin.patch \
11"
9 12
10SRC_URI[sha256sum] = "b916c3741dfc4dbcf6224b39e50765f672b137896287715709d49e9f063304c5" 13SRC_URI[sha256sum] = "b916c3741dfc4dbcf6224b39e50765f672b137896287715709d49e9f063304c5"
11 14