diff mbox series

glib-networking: clarify the LICENSE

Message ID 20260723092543.81495-1-martin.jansa@gmail.com
State New
Headers show
Series glib-networking: clarify the LICENSE | expand

Commit Message

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

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>
---
 meta/recipes-core/glib-networking/glib-networking_2.80.1.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.80.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.1.bb
index d81d7d75e9..aa13900da1 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.80.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.80.1.bb
@@ -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 \