]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
glib-networking: clarify the LICENSE
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 23 Jul 2026 09:25:43 +0000 (11:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2026 16:32:11 +0000 (17:32 +0100)
As suggested by Joshua:
https://lists.openembedded.org/g/openembedded-core/message/241541

https://github.com/GNOME/glib-networking/blob/2.80.1/LICENSE_EXCEPTION
The text of the exception is very close to the
https://spdx.org/licenses/openvpn-openssl-exception.html (with replacements)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-networking/glib-networking_2.80.1.bb

index d81d7d75e93ceadceba0bf46c66ca9fe759b933f..aa13900da1e7f7b69d0679fd71f38df7261e7354 100644 (file)
@@ -4,8 +4,7 @@ HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/"
 BUGTRACKER = "http://bugzilla.gnome.org"
 
 LICENSE = "LGPL-2.1-or-later"
-LICENSE:append = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', ' AND LicenseRef-Glib-Networking-OpenSSL-Exception', '', d)}"
-NO_GENERIC_LICENSE[Glib-Networking-OpenSSL-Exception] = "LICENSE_EXCEPTION"
+LICENSE:append = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', ' AND LGPL-2.1-or-later WITH openvpn-openssl-exception', '', d)}"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
                     file://LICENSE_EXCEPTION;md5=0f5be697951b5e71aff00f4a4ce66be8 \