diff options
-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 | " | ||