diff mbox series

mesa-libclc: Correct the license

Message ID 20260909173609.1197773-1-pkj@axis.com
State New
Headers show
Series mesa-libclc: Correct the license | expand

Commit Message

Peter Kjellerstedt Sept. 9, 2026, 5:36 p.m. UTC
Use "Apache-2.0 WITH LLVM-exception" now that license exceptions are
properly supported.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta/recipes-graphics/mesa/mesa-libclc_22.1.8.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/mesa/mesa-libclc_22.1.8.3.bb b/meta/recipes-graphics/mesa/mesa-libclc_22.1.8.3.bb
index c93b5b9d9d..cad78f67f5 100644
--- a/meta/recipes-graphics/mesa/mesa-libclc_22.1.8.3.bb
+++ b/meta/recipes-graphics/mesa/mesa-libclc_22.1.8.3.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Mesa fork of libclc: Implementation of the library requirements of the OpenCL C programming language."
 HOMEPAGE = "https://gitlab.freedesktop.org/karolherbst/mesa-libclc/"
 SECTION = "devel"
-LICENSE = "Apache-2.0-with-LLVM-exception"
+LICENSE = "Apache-2.0 WITH LLVM-exception"
 LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=7cc795f6cbb2d801d84336b83c8017db"
 
 SRC_URI = "git://gitlab.freedesktop.org/karolherbst/mesa-libclc.git;protocol=https;branch=llvm_22"