summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd.inc
diff options
context:
space:
mode:
authorMassimiliano Minella <massimiliano.minella@se.com>2023-11-07 15:28:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-09 16:57:26 +0000
commit7ccff117e38eaae200f32e05e29c3b0f0c2adf28 (patch)
tree88cab20786b7b2db83599de976cfc8f4a910e754 /meta/recipes-core/systemd/systemd.inc
parent683aff7a081bb20a36506d93eb98e993c94e3c15 (diff)
downloadpoky-7ccff117e38eaae200f32e05e29c3b0f0c2adf28.tar.gz
systemd: update LICENSE statement
As stated in the LICENSES/README.md "Unless otherwise noted, the systemd project sources are licensed under the terms and conditions of the GNU Lesser General Public License v2.1 or later", so replace LGPL-2.1-only with LGPL-2.1-or-later. With the exception of some udev sources that are licensed under GPL-2.0-or-later (but are packaged separately), the project is licensed under LGPL, and all the components are LGPL or under LGPL compatible licenses. The package libsystemd is currently under the main package license, which can cause problems when scanning for GPL software linked to CLOSED one. Add more granularity by setting a license for libsystemd to LGPL-2.1-or-later. (From OE-Core rev: 54975f4b2184fe12c4995c289eba8358958e6c21) Signed-off-by: Massimiliano Minella <massimiliano.minella@se.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd.inc')
-rw-r--r--meta/recipes-core/systemd/systemd.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 3ba0b5ffc5..ccc3236457 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -10,7 +10,8 @@ state, maintains mount and automount points and implements an \
10elaborate transactional dependency-based service control logic. It can \ 10elaborate transactional dependency-based service control logic. It can \
11work as a drop-in replacement for sysvinit." 11work as a drop-in replacement for sysvinit."
12 12
13LICENSE = "GPL-2.0-only & LGPL-2.1-only" 13LICENSE = "GPL-2.0-only & LGPL-2.1-or-later"
14LICENSE:libsystemd = "LGPL-2.1-or-later"
14LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ 15LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
15 file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" 16 file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
16 17