From b3d8256ab8a6a661a7ac8b56202fc3a470440753 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:55 +0800 Subject: [PATCH] xterm: upgrade 394 -> 401 License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-graphics/xorg-app/{xterm_394.bb => xterm_401.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_394.bb => xterm_401.bb} (90%) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_394.bb b/meta-oe/recipes-graphics/xorg-app/xterm_401.bb similarity index 90% rename from meta-oe/recipes-graphics/xorg-app/xterm_394.bb rename to meta-oe/recipes-graphics/xorg-app/xterm_401.bb index 94953b288e..3543eff33c 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_394.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_401.bb @@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc SUMMARY = "xterm is the standard terminal emulator for the X Window System" DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses desktop-file-utils-native" -LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=1a3032aa728f8fda9d686948940ca58d" +LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=170620b648626a97057ff6ea99e6396e" SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://0001-include-missing-pty.h-header-for-openpty.patch \ " -SRC_URI[sha256sum] = "a2a0cb206eb0423dedc34794f5c2d38c83390d2dd1106b66aba0960c3a976c7a" +SRC_URI[sha256sum] = "3da2b5e64cb49b03aa13057d85e62e1f2e64f7c744719c00d338d11cd3e6ca1a" PACKAGECONFIG ?= "" PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"