blob: 8a7be0a30cedffc5c53cb06ba57a738310746cee [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "A component library to support SBC display drivers"
2DESCRIPTION = "A component library to support SBC display drivers"
3HOMEPAGE = "https://github.com/rm-hull/luma.core"
4LICENSE = "MIT"
Patrick Williams2390b1b2022-11-03 13:47:49 -05005LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=71cded473ab60fdbe20edc519217f521"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
Andrew Geissler9aee5002022-03-30 16:27:02 +00007inherit pypi python_setuptools_build_meta
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
Patrick Williams2390b1b2022-11-03 13:47:49 -05009SRC_URI[sha256sum] = "cf5fdf3563d5ec56e2f792f3a2f432abaeac517a0b05a10a757a4c5a26bb2e5d"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
Andrew Geissler82c905d2020-04-13 13:39:40 -050011PYPI_PACKAGE = "luma.core"
12
Patrick Williams213cb262021-08-07 19:21:33 -050013RDEPENDS:${PN} += " \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 ${PYTHON_PN}-pillow \
15 ${PYTHON_PN}-threading \
16 ${PYTHON_PN}-smbus2 \
17"