From 02a6510964b5265a55213c592e71b82db2176dff Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 25 Jul 2026 15:54:13 +0000 Subject: [PATCH] gnome-terminal: replace deprecated GFDL-1.3 with GFDL-1.3-no-invariants-only The recent oe-core change validating LICENSE as an SPDX expression (classes/conf/lib: Parse LICENSE as SPDX Expression) flags GFDL-1.3 as a deprecated license identifier. The COPYING.GFDL checksum (a22d0be1ce2284b67950a4d1673dd1b0) matches the GFDL-1.3-no-invariants-only text, so use that non-deprecated identifier. Signed-off-by: Khem Raj Co-Authored-By: Claude Opus 4.8 (1M context) --- .../recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb index 489e1af7ce..449ce6d1ed 100644 --- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb +++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb @@ -1,5 +1,5 @@ SUMMARY = "GNOME terminal" -LICENSE = "GFDL-1.3 AND GPL-3.0-only" +LICENSE = "GFDL-1.3-no-invariants-only AND GPL-3.0-only" LIC_FILES_CHKSUM = " \ file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ file://COPYING.GFDL;md5=a22d0be1ce2284b67950a4d1673dd1b0 \