blob: c37cc22c46bb6d780090dd2c45b73f03316b3522 [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"
Andrew Geissler32b11992021-03-31 13:37:05 -05005LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=3b1d500f5911ec7522f1f790d616e0ee"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
7inherit pypi setuptools3
8
Andrew Geissler32b11992021-03-31 13:37:05 -05009SRC_URI[sha256sum] = "f293f5fff8946eea62af3a5d5d7da55c37d2b64aac6c9c90180a385da9f7d003"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11CLEANBROKEN = "1"
12
13PYPI_PACKAGE = "luma.core"
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += " \
Andrew Geissler82c905d2020-04-13 13:39:40 -050016 ${PYTHON_PN}-pillow \
17 ${PYTHON_PN}-threading \
18 ${PYTHON_PN}-smbus2 \
19"