Initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=LIRC Infrared Signal Decoder
|
||||
Wants=lircd-setup.service
|
||||
After=network.target lircd-setup.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/sbin/lircd --nodaemon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI:append:rpi = " \
|
||||
file://lircd.service \
|
||||
"
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
RDEPENDS:${PN} += "python3-sense-hat"
|
||||
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission"
|
||||
HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
PYPI_PACKAGE = "sense-hat"
|
||||
|
||||
SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83"
|
||||
SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af"
|
||||
|
||||
DEPENDS += " \
|
||||
jpeg \
|
||||
zlib \
|
||||
freetype \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-numpy \
|
||||
${PYTHON_PN}-rtimu \
|
||||
${PYTHON_PN}-pillow \
|
||||
"
|
||||
Reference in New Issue
Block a user