diff mbox series

[meta-oe] lvgl: upgrade 8.3.8 -> 8.3.9

Message ID 1692149841-4941-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] lvgl: upgrade 8.3.8 -> 8.3.9 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 16, 2023, 1:37 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Fixes
-------
    fix(decoder): fix LV_IMG_CF_ALPHA_8BIT bin file decoder 4406
    fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR 4403
    fix(attr): refactor LV_ATTRIBUTE_* for function attributes 4404
    fix(font): fix optimizer issue in lv_font_fmt_txt.c 4385
    fix(btnmatrix): Hide button matrix when all buttons hidden 65f1c93
    fix(obj) prevent hidden objects keeping focus 375b3b5
    fix(btnmatrix): Fix typo in previous commit! 29ed7c5
    fix(tabview): fix warning 223dc1c
    fix(indev): fix warnings when loggin coordinates is enabled 645006e
    fix: use const lv_img_dsc_t * dsc function parameter in lv_img_buf.h/ 4f102d7
    fix(chart): fix lv_chart_get_point_pos_by_id f9ffcc9
    fix(imgbtn): support LV_OBJ_FLAG_CHECKABLE 385d999

Docs
-------
    docs(disp): metined that rotation rotates the touch coordinates too 810852b

Others
--------
    demos: add lv_demo_..._close() functions for each demo 91038a9

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-graphics/lvgl/{lvgl_8.3.8.bb => lvgl_8.3.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/lvgl/{lvgl_8.3.8.bb => lvgl_8.3.9.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.8.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb
similarity index 96%
rename from meta-oe/recipes-graphics/lvgl/lvgl_8.3.8.bb
rename to meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb
index 6103a02948..dc681c249b 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.8.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb
@@ -9,7 +9,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a"
 
 SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v8.3"
-SRCREV = "e6d7be00bfa5e1df450c7b713003a9effa03c614"
+SRCREV = "9ec3b8706b098f60940cee6ac211d3cb3141aedf"
 
 inherit cmake