From: Martin Jansa Date: Thu, 23 Jul 2026 09:25:43 +0000 (+0200) Subject: glib-networking: clarify the LICENSE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2963198c920ff3db0108626cfb6bfd1fd12233b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git glib-networking: clarify the LICENSE 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 Signed-off-by: Richard Purdie --- 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 \