diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-24 22:39:57 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-25 17:57:12 +0000 |
commit | 08d27cd7997867de69548d04f29d1d2d493791f3 (patch) | |
tree | f78e474b6aaec84a16fef4de7b103fcefbea90a8 /dynamic-layers/meta-python | |
parent | 07fc972c60b50ebafe7b31f2c47d3d4a81d78933 (diff) | |
download | meta-raspberrypi-08d27cd7997867de69548d04f29d1d2d493791f3.tar.gz |
python3-sense-hat: Move to dynamic-layers
Only active when meta-python is in layermix, this recipe rdeps on
python3-pillow, which comes from meta-python, until that moves to
oe-core lets hide this recipe unless meta-python is used
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb new file mode 100644 index 0000000..6195d28 --- /dev/null +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission" | ||
2 | HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" | ||
6 | |||
7 | inherit setuptools3 pypi | ||
8 | |||
9 | PYPI_PACKAGE = "sense-hat" | ||
10 | |||
11 | SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83" | ||
12 | SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af" | ||
13 | |||
14 | DEPENDS += " \ | ||
15 | jpeg \ | ||
16 | zlib \ | ||
17 | freetype \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS_${PN} += " \ | ||
21 | ${PYTHON_PN}-numpy \ | ||
22 | ${PYTHON_PN}-rtimu \ | ||
23 | ${PYTHON_PN}-pillow \ | ||
24 | " | ||