summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2021-02-21 09:41:40 -0500
committerAndrei Gherzan <andrei@gherzan.com>2021-02-26 12:48:42 +0000
commitc8f7eae1b8b99c0c10ce3f57c2689946a85c8ae7 (patch)
tree64abaea9cca1ac7ccf83a894cca2bb621c5a5f27
parent10d21b802242509a780be46234f8311c1a14dd94 (diff)
downloadmeta-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.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"