mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
glib-networking: fix LICENSE statement
The glib-networking license is LGPLv2.1 _or later_ and also has an additional exception if OpenSSL is being used. Add source comments to the checksum, and extend LICENSE if the openssl PACKAGECONFIG has been enabled. (From OE-Core rev: cdfeb38ffc8d15618be0dd768c9abf44ff23678e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
04dd0ecc49
commit
411835b729
@@ -3,8 +3,13 @@ DESCRIPTION = "glib-networking contains the implementations of certain GLib netw
|
||||
HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/"
|
||||
BUGTRACKER = "http://bugzilla.gnome.org"
|
||||
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LICENSE:append = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', ' & Glib-Networking-OpenSSL-Exception', '', d)}"
|
||||
NO_GENERIC_LICENSE[Glib-Networking-OpenSSL-Exception] = "LICENSE_EXCEPTION"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://LICENSE_EXCEPTION;md5=0f5be697951b5e71aff00f4a4ce66be8 \
|
||||
file://tls/base/gtlsconnection-base.c;beginline=7;endline=22;md5=ab641ac307f3337811008ea9afe7059f"
|
||||
|
||||
SECTION = "libs"
|
||||
DEPENDS = "glib-2.0-native glib-2.0"
|
||||
|
||||
Reference in New Issue
Block a user