Files
meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-lgpio_0.2.2.0.bb
T
Leon Anavi 0b22c79ce8 python3-lgpio: Add recipe
Add recipe for release 0.2.2.0:

- Changes forced by the adoption of a different timestamp clock
  in gpiochip API 2.
- The gpiochip changes broke the operation of GPIO debounce and
  watchdogs.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2026-08-20 05:38:11 -07:00

16 lines
502 B
BlitzBasic

SUMMARY = "Linux SBC GPIO module"
DESCRIPTION = "Python module which allows control of the GPIO of a Linux SBC."
HOMEPAGE = "https://abyz.me.uk/lg/py_lgpio.html"
LICENSE = "Unlicense"
LIC_FILES_CHKSUM = "file://LICENSE;md5=61287f92700ec1bdf13bc86d8228cd13"
SRC_URI[sha256sum] = "11372e653b200f76a0b3ef8a23a0735c85ec678a9f8550b9893151ed0f863fff"
SRC_URI += "file://0001-PY_LGPIO-lgpio.i-Replace-undefined-functions.patch"
DEPENDS += "swig-native lg"
RDEPENDS:${PN} += "lg"
inherit pypi setuptools3