diff mbox series

[meta-oe,3/4] ktx-software: update LICENSE format

Message ID 20260721093039.2675786-3-martin.jansa@gmail.com
State Under Review
Headers show
Series [meta-oe,1/4] influxdb, crucible, syzkaller: update LICENSE format | expand

Commit Message

Martin Jansa July 21, 2026, 9:30 a.m. UTC
From: Martin Jansa <martin.jansa@gmail.com>

Fixes:
WARNING: meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb: ktx-software: LICENSE is using an old syntax and should be upgraded to: "Apache-2.0 AND BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC0-1.0 AND MIT AND Zlib AND LicenseRef-Cesium-Trademark-Terms AND LicenseRef-ETCSLA AND LicenseRef-HI-Trademark AND LicenseRef-Kodak AND LicenseRef-PNGSuite AND LicenseRef-fmt"

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 .../ktx-software/ktx-software_5.0.0.bb                 | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
index 8db0c79b87..64cc6c4a0e 100644
--- a/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
+++ b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
@@ -2,9 +2,13 @@  SUMMARY = "KTX (Khronos Texture) Library and Tools "
 DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs."
 HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software"
 
-LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \
-	   & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \
-	   Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms"
+LICENSE = " \
+    Apache-2.0 AND BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 \
+    AND CC-BY-3.0 AND CC-BY-4.0 AND CC0-1.0 AND MIT AND Zlib \
+    AND LicenseRef-Cesium-Trademark-Terms AND LicenseRef-ETCSLA \
+    AND LicenseRef-HI-Trademark AND LicenseRef-Kodak \
+    AND LicenseRef-PNGSuite AND LicenseRef-fmt \
+"
 
 LIC_FILES_CHKSUM = "file://REUSE.toml;md5=9f87c97ba36aab42411bf93c094a61f2"