diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-26 13:22:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-27 11:54:04 -0800 |
| commit | da677455b40b63a3d32d79bafada771b4b1144e1 (patch) | |
| tree | c81a39be5121ff12ecd541002bf2629e5deb1340 /meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb | |
| parent | 24517fa18bd5541630dea78dcc4d12963355c76d (diff) | |
| download | meta-openembedded-da677455b40b63a3d32d79bafada771b4b1144e1.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb new file mode 100644 index 0000000000..fad7432132 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "A component library to support SBC display drivers" | ||
| 2 | DESCRIPTION = "A component library to support SBC display drivers" | ||
| 3 | HOMEPAGE = "https://github.com/rm-hull/luma.core" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=db07e3d471938ea7d7fd2135f88ac9a1" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "a0bc18c03cfb293c9c1b1d8883c2ec7c29d167e4af99f795b5698c8a864332df" | ||
| 10 | |||
| 11 | CLEANBROKEN = "1" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "luma.core" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += " \ | ||
| 16 | ${PYTHON_PN}-pillow \ | ||
| 17 | ${PYTHON_PN}-threading \ | ||
| 18 | ${PYTHON_PN}-smbus2 \ | ||
| 19 | " | ||
