diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-26 13:22:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-27 11:54:04 -0800 |
| commit | 8cdf980c0b8ed1c780b830f4d32f2c0f7e95159f (patch) | |
| tree | 51b0596b720a51339c97fe52b6b6931464ac9578 /meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb | |
| parent | da677455b40b63a3d32d79bafada771b4b1144e1 (diff) | |
| download | meta-openembedded-8cdf980c0b8ed1c780b830f4d32f2c0f7e95159f.tar.gz | |
python3-luma-oled: Upgrade 3.7.0 -> 3.8.1
Upgrade to release 3.8.1:
- Improved diff_to_previous framebuffer performance
- Fix mutable default parameter bug when using multiple displays
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-oled_3.8.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb new file mode 100644 index 0000000000..329cdb9e3f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "A small library to drive an OLED device" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | A small library to drive an OLED device with either SSD1306 , SSD1309, SSD1322, \ | ||
| 4 | SSD1325, SSD1327, SSD1331, SSD1351 or SH1106 chipset" | ||
| 5 | HOMEPAGE = "https://github.com/rm-hull/luma.oled" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c328c862c3335ad464e1c9a3ba574249" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "a9b445ecc686e9413ddac655544da21d801bbc6b94612736cf59283e6b92bcbb" | ||
| 12 | |||
| 13 | CLEANBROKEN = "1" | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "luma.oled" | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | ${PYTHON_PN}-luma-core \ | ||
| 19 | " | ||
