[oe] [meta-oe] [PATCH 13/70] libtsm: upgrade 4.6.0 -> 4.7.1
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> Changelog: ========== - A new tsm_screen_get_cursor_style() interface is available, that provides the current style of the cursor. - screen/vte: add cursor style support via DECSCUSR (CSI Ps SP q) - Fix backward selection - Fix also clear the character value for multi-width character. - screen: don't clear cells when resizing - libtsm: fix tsm_screen_attr2_t - Fix 3 out of bound reads Signed-off-by: Wang Mingyu <[email protected]> --- .../libtsm/{libtsm_4.6.0.bb => libtsm_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libtsm/{libtsm_4.6.0.bb => libtsm_4.7.1.bb} (95%) diff --git a/meta-oe/recipes-graphics/libtsm/libtsm_4.6.0.bb b/meta-oe/recipes-graphics/libtsm/libtsm_4.7.1.bb similarity index 95% rename from meta-oe/recipes-graphics/libtsm/libtsm_4.6.0.bb rename to meta-oe/recipes-graphics/libtsm/libtsm_4.7.1.bb index 45ef8a4357..3c493bca0a 100644 --- a/meta-oe/recipes-graphics/libtsm/libtsm_4.6.0.bb +++ b/meta-oe/recipes-graphics/libtsm/libtsm_4.7.1.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 = "e1e4d296f0963d1641456f1f778f0ac090429a3e" +SRCREV = "ef0a1a40c30d164913f413c47de5bbd8383a6daa" inherit meson pkgconfig -- 2.43.0