diff options
| author | Chris Laplante <mostthingsweb@gmail.com> | 2021-02-21 09:41:40 -0500 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-02-26 12:48:42 +0000 |
| commit | c8f7eae1b8b99c0c10ce3f57c2689946a85c8ae7 (patch) | |
| tree | 64abaea9cca1ac7ccf83a894cca2bb621c5a5f27 | |
| parent | 10d21b802242509a780be46234f8311c1a14dd94 (diff) | |
| download | meta-raspberrypi-c8f7eae1b8b99c0c10ce3f57c2689946a85c8ae7.tar.gz | |
python3-adafruit-blinka: add recipe
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
| -rw-r--r-- | recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb new file mode 100644 index 0000000..03993df --- /dev/null +++ b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython." | ||
| 2 | HOMEPAGE = "https://github.com/adafruit/Adafruit_Blinka" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git" | ||
| 7 | SRCREV = "dc688f354fe779c9267c208b99f310af87e79272" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit setuptools3 | ||
| 12 | |||
| 13 | DEPENDS += "python3-setuptools-scm-native" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | libgpiod \ | ||
| 17 | python3-adafruit-platformdetect \ | ||
| 18 | python3-adafruit-pureio \ | ||
| 19 | python3-core \ | ||
| 20 | rpi-gpio \ | ||
| 21 | " | ||
