summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb21
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 @@
1SUMMARY = "CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython."
2HOMEPAGE = "https://github.com/adafruit/Adafruit_Blinka"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2"
5
6SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git"
7SRCREV = "dc688f354fe779c9267c208b99f310af87e79272"
8
9S = "${WORKDIR}/git"
10
11inherit setuptools3
12
13DEPENDS += "python3-setuptools-scm-native"
14
15RDEPENDS_${PN} += " \
16 libgpiod \
17 python3-adafruit-platformdetect \
18 python3-adafruit-pureio \
19 python3-core \
20 rpi-gpio \
21"