From 3f441ef0d172ae92a41018049ece50ef6bdcd6b8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 15 Dec 2023 11:47:54 +0800 Subject: [PATCH] lvgl: upgrade 8.3.10 -> 8.3.11 Changelog: https://docs.lvgl.io/8.3/CHANGELOG.html Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-graphics/lvgl/{lvgl_8.3.10.bb => lvgl_8.3.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/lvgl/{lvgl_8.3.10.bb => lvgl_8.3.11.bb} (96%) diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.10.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.11.bb similarity index 96% rename from meta-oe/recipes-graphics/lvgl/lvgl_8.3.10.bb rename to meta-oe/recipes-graphics/lvgl/lvgl_8.3.11.bb index 7dd36cac2d..2523680610 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.10.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.11.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 = "06e229cc7679c01119ca5d905a1f9dad96f475f0" +SRCREV = "74d0a816a440eea53e030c4f1af842a94f7ce3d3" inherit cmake