From f0b1671175493cd94cbbd79b3c1a7f5c576893f2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 18 Dec 2020 23:47:48 +0200 Subject: python3-luma-core: Upgrade 2.0.1 -> 2.2.0 Upgrade to release 2.2.0: - Linux framebuffer: Support BGR, RGBA & BGRA colorspace displays - Linux framebuffer pseudo-device uses diff-to-previous algorithm - Change order of namepaces cmdline, so SSD1306 is default Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-luma-core_2.2.0.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-luma-core_2.2.0.bb (limited to 'meta-python/recipes-devtools/python/python3-luma-core_2.2.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-luma-core_2.2.0.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.2.0.bb new file mode 100644 index 0000000000..b181e09861 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.2.0.bb @@ -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] = "62a24518d3aa084d75206a19056eb8aa71b5a3d0c159d2e95b388cb3150a7b1c" + +CLEANBROKEN = "1" + +PYPI_PACKAGE = "luma.core" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pillow \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-smbus2 \ +" -- cgit v1.2.3-54-g00ecf