On Tue, Jul 21, 2026 at 3:32 AM <[email protected]> wrote: > From: Martin Jansa <[email protected]> > > Fixes: > glib-networking: LICENSE is using an old syntax and should be upgraded to: > "LGPL-2.1-or-later AND LicenseRef-Glib-Networking-OpenSSL-Exception" > > Signed-off-by: Martin Jansa <[email protected]> > --- > meta/recipes-core/glib-networking/glib-networking_2.80.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 3d47e354e2..d81d7d75e9 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,7 +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', ' & > Glib-Networking-OpenSSL-Exception', '', d)}" > +LICENSE:append = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', ' AND > LicenseRef-Glib-Networking-OpenSSL-Exception', '', d)}" >
I believe this could be "AND LGPL-2.1-or-later WITH openvpn-openssl-exception", since the text of the license matches https://spdx.org/licenses/openvpn-openssl-exception.html (with replacements), but please double check my work. > NO_GENERIC_LICENSE[Glib-Networking-OpenSSL-Exception] = > "LICENSE_EXCEPTION" > > LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241541): https://lists.openembedded.org/g/openembedded-core/message/241541 Mute This Topic: https://lists.openembedded.org/mt/120373696/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
