Created
February 3, 2022 21:46
-
-
Save jfernandz/325692a871ac406c56fc683de6f4a9f3 to your computer and use it in GitHub Desktop.
gpiodev Yocto recipe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SUMMARY="Managing GPIO pins via character device" | |
HOMEPAGE="https://github.com/bookwar/python-gpiodev" | |
LICENSE="Apache-2.0" | |
LIC_FILES_CHKSUM="file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | |
SRC_URI[md5sum] = "ed2b0bb79c09174b6b0f0923463a7562" | |
SRC_URI[sha256sum] = "e49b9b75b118c7d433822dab72f0a45e83ef901005a825ddc36d88108e54e52d" | |
PYPI_PACKAGE = "gpiodev" | |
inherit pypi setuptools3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment