diff mbox series

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

Message ID 20260726022951.1696787-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-gnome,1/2] gnome-terminal: replace deprecated GFDL-1.3 with GFDL-1.3-no-invariants-only | expand

Commit Message

Khem Raj July 26, 2026, 2:29 a.m. UTC
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 <raj.khem@gmail.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 .../recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \