From 4603243cc52c2ac815f04a5f0079c120d6899f09 Mon Sep 17 00:00:00 2001 From: Adam x Nilsson Date: Mon, 29 Jun 2026 15:28:44 +0200 Subject: [PATCH] lvgl: Update to 9.5.0 Signed-off-by: Adam Nilsson Signed-off-by: Khem Raj --- .../recipes-graphics/lvgl/{lvgl_9.4.0.bb => lvgl_9.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/lvgl/{lvgl_9.4.0.bb => lvgl_9.5.0.bb} (87%) diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.4.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.5.0.bb similarity index 87% rename from meta-oe/recipes-graphics/lvgl/lvgl_9.4.0.bb rename to meta-oe/recipes-graphics/lvgl/lvgl_9.5.0.bb index 04ee34a61f..18a5b5de51 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_9.4.0.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.5.0.bb @@ -9,9 +9,9 @@ HOMEPAGE = "https://lvgl.io/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=4570b6241b4fced1d1d18eb691a0e083" -SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.4;tag=v9.4.0" +SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.5;tag=v9.5.0" -SRCREV = "c016f72d4c125098287be5e83c0f1abed4706ee5" +SRCREV = "85aa60d18b3d5e5588d7b247abf90198f07c8a63" inherit cmake