From 90c3bdba275861f64b7ea1d5bb30a94439c53a1d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:38 +0800 Subject: [PATCH] libtsm: upgrade 4.4.3 -> 4.5.0 Changelog: ============= - Support for terminal bell and keyboard LEDs - Fix build musl - test/vte: fix memory leak in vte tests - Refactor scrollback and selection - screen: Fix wrong attribute for new cells when resizing - Fix remove from sb - Fix get next line - Fix scrollback position - test: robustness, make the test faster. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libtsm/{libtsm_4.4.3.bb => libtsm_4.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libtsm/{libtsm_4.4.3.bb => libtsm_4.5.0.bb} (95%) diff --git a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.3.bb b/meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb similarity index 95% rename from meta-oe/recipes-graphics/libtsm/libtsm_4.4.3.bb rename to meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb index 8168360dec..9e999fe970 100644 --- a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.3.bb +++ b/meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb @@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "\ DEPENDS = "xkeyboard-config" SRC_URI = "git://github.com/kmscon/libtsm;protocol=https;branch=main;tag=v${PV}" -SRCREV = "6cdacfc452bf29d98e297fe3a96e55e94a88ce3e" +SRCREV = "556373437d1c5f57f4dfc7c6cc1330e5088a4174" inherit meson pkgconfig