]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
glib-networking: update LICENSE for openssl PACKAGECONFIG
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 21 Jul 2026 09:32:50 +0000 (11:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jul 2026 11:03:04 +0000 (12:03 +0100)
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 <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 3d47e354e284d714c206b6b56ccb950100301402..d81d7d75e93ceadceba0bf46c66ca9fe759b933f 100644 (file)
@@ -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)}"
 NO_GENERIC_LICENSE[Glib-Networking-OpenSSL-Exception] = "LICENSE_EXCEPTION"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \