mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-23 12:38:19 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
9d8ef59ebd
commit
6c176d69c1
@@ -5,7 +5,10 @@ LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0"
|
||||
# package is spun out.
|
||||
LIC_FILES_CHKSUM = "file://setup.py;beginline=241;endline=241;md5=f5ddb56912b7f20bf94aa4d1bdcd3533"
|
||||
|
||||
SRC_URI += "file://run-ptest"
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
file://0001-bindings-python-tests-disable-device-before-releasin.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "b916c3741dfc4dbcf6224b39e50765f672b137896287715709d49e9f063304c5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user