]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libglvnd: Replace deprecated SPDX identifier
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 15 Jul 2026 16:45:09 +0000 (10:45 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2026 19:51:33 +0000 (20:51 +0100)
GPL-3.0-with-autoconf-exception is a deprecated license identifier.
Replace it with "GPL-3.0-or-later WITH Autoconf-exception-macro".

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libglvnd/libglvnd_1.7.0.bb

index c76763f81150262e3525d3ee318e224649789f2b..e2cdd81b46452a1ba38dcd9ff0679ae75e45d887 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "the GL Vendor-Neutral Dispatch library"
 DESCRIPTION = "libglvnd is a vendor-neutral dispatch layer for arbitrating \
 OpenGL API calls between multiple vendors."
 HOMEPAGE = "https://gitlab.freedesktop.org/glvnd/libglvnd"
-LICENSE = "MIT & BSD-1-Clause & BSD-3-Clause & GPL-3.0-with-autoconf-exception"
+LICENSE = "MIT AND BSD-1-Clause AND BSD-3-Clause AND GPL-3.0-or-later WITH Autoconf-exception-macro"
 LIC_FILES_CHKSUM = "file://README.md;beginline=323;md5=7ac5f0111f648b92fe5427efeb08e8c4"
 
 SRC_URI = "git://gitlab.freedesktop.org/glvnd/libglvnd.git;protocol=https;branch=master"