From 2359505769024bc6b425aad97c182b61123b69e2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 31 Jul 2020 16:22:29 +0300 Subject: python3-luma-core: Upgrade 1.14.0 -> 1.14.1 Upgrade to release 1.14.1: - Pin spidev at v3.4 or lower; v3.5 seems to cause SystemException running on latest linux kernel - Fix bug in snapshot: should always redraw on startup Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-luma-core_1.14.0.bb | 20 -------------------- .../python/python3-luma-core_1.14.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb deleted file mode 100644 index 503acc824f..0000000000 --- a/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -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=eda804060ba2312e41fe96b6fa334fd7" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "c049eabcdd50c4c1e630282c058e18f8" -SRC_URI[sha256sum] = "1501901f08c279abb9a5f1b76347955d6a15238c1e86e055aef96acd3e2e4215" - -CLEANBROKEN = "1" - -PYPI_PACKAGE = "luma.core" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pillow \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-smbus2 \ -" diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb new file mode 100644 index 0000000000..d532405ccc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb @@ -0,0 +1,20 @@ +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=eda804060ba2312e41fe96b6fa334fd7" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "a738326f46c860acf6a4a9b2ec36ba73" +SRC_URI[sha256sum] = "972dc312b2831fe4c6b51943cc36903a9508cab8d9f2631a7ee485695924d34b" + +CLEANBROKEN = "1" + +PYPI_PACKAGE = "luma.core" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pillow \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-smbus2 \ +" -- cgit 1.2.3-korg