[meta-gnome][PATCH 1/2] gnome-terminal: replace deprecated GFDL-1.3 with GFDL-1.3-no-invariants-only

Khem Raj <[email protected]> Sat, 25 Jul 2026 19:29:49 -0700
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
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 <[email protected]>
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
---
 .../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 \