From db52d819aeca60093579b490016a4f93f9ebec57 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 14 Sep 2021 08:02:09 +0800 Subject: [PATCH] xterm: upgrade 367 -> 368 add DefaultOff option to RenderFont resource, as part of the session-management feature. add auto-scroll-lock feature (patch by add Stelios Bounanos). update the window-size information returned via TIOCGWINSZ when rows/columns are unchanged but the font-size changes (report by Nick Black). improve session-management feature by saving/restoring the font settings. update config.guess, config.sub Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-graphics/xorg-app/{xterm_367.bb => xterm_368.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_367.bb => xterm_368.bb} (94%) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_367.bb b/meta-oe/recipes-graphics/xorg-app/xterm_368.bb similarity index 94% rename from meta-oe/recipes-graphics/xorg-app/xterm_367.bb rename to meta-oe/recipes-graphics/xorg-app/xterm_368.bb index ee25dc872c..8f6a7ef766 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_367.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_368.bb @@ -8,7 +8,7 @@ SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://0001-Add-configure-time-check-for-setsid.patch \ " -SRC_URI[sha256sum] = "27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f" +SRC_URI[sha256sum] = "2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712" PACKAGECONFIG ?= "" PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"