mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-luma-core: Upgrade 1.17.3 -> 2.0.1
Upgrade to release 2.0.1: - Improved diff_to_previous framebuffer performance - Add Linux framebuffer pseudo-device - Allow a wider range of SPI bus speeds - Fix to allow cmdline args to dynamically create a full_frame() instance Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "A component library to support SBC display drivers"
|
||||
DESCRIPTION = "A component library to support SBC display drivers"
|
||||
HOMEPAGE = "https://github.com/rm-hull/luma.core"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=db07e3d471938ea7d7fd2135f88ac9a1"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "a0bc18c03cfb293c9c1b1d8883c2ec7c29d167e4af99f795b5698c8a864332df"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
PYPI_PACKAGE = "luma.core"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-pillow \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-smbus2 \
|
||||
"
|
||||
Reference in New Issue
Block a user