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

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libgit2/libgit2_1.9.4.bb

index e46e5d49fd84ff40e7d7b61028e3b722cc2d1baa..10999f972ed96bf407dd68df8ba8bffb9de63874 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "the Git linkable library"
 HOMEPAGE = "http://libgit2.github.com/"
-LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & Zlib & ISC & LGPL-2.1-or-later & CC0-1.0 & BSD-2-Clause"
+LICENSE = "GPL-2.0-only WITH GCC-exception-2.0 AND MIT AND OpenSSL AND BSD-3-Clause AND Zlib AND ISC AND LGPL-2.1-or-later AND CC0-1.0 AND BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d"
 
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"