diff options
author | Christian Eggers <ceggers@arri.de> | 2020-07-08 15:05:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | 5295524a4cbbf9a71569a875984085f8b231430c (patch) | |
tree | 321d43e0571c8ed98b46ce0f0d1a62c7d980d9af | |
parent | 2e18f8f8180743d311b2690a275de3a3b9c0a140 (diff) | |
download | poky-5295524a4cbbf9a71569a875984085f8b231430c.tar.gz |
util-linux: Set license for library sub packages
- libblkid is exclusively licensed under LGPL-2.1+ (libblkid/COPYING)
- libfdisk is exclusively licensed under LGPL-2.1+ (libfdisk/COPYING)
- libmount is exclusively licensed under LGPL-2.1+ (libmount/COPYING)
- libsmartcols is exclusively licensed under LGPL-2.1+
(libsmartcols/COPYING)
- libuuid is exclusively licensed under BSD-3-Clause (libuuid/COPYING)
(From OE-Core rev: d5f0b4be44e082a1b05b17403b21f89ad4b1b615)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 532cceb935..06fbf7a229 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -7,6 +7,11 @@ disk partitioning, kernel message management, filesystem creation, and system lo | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | 8 | ||
9 | LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause" | 9 | LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause" |
10 | LICENSE_${PN}-libblkid = "LGPLv2.1+" | ||
11 | LICENSE_${PN}-libfdisk = "LGPLv2.1+" | ||
12 | LICENSE_${PN}-libmount = "LGPLv2.1+" | ||
13 | LICENSE_${PN}-libsmartcols = "LGPLv2.1+" | ||
14 | LICENSE_${PN}-libuuid = "BSD-3-Clause" | ||
10 | 15 | ||
11 | LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \ | 16 | LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \ |
12 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 17 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
@@ -16,7 +21,10 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da | |||
16 | file://Documentation/licenses/COPYING.BSD-4-Clause-UC;md5=263860f8968d8bafa5392cab74285262 \ | 21 | file://Documentation/licenses/COPYING.BSD-4-Clause-UC;md5=263860f8968d8bafa5392cab74285262 \ |
17 | file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \ | 22 | file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \ |
18 | file://libmount/COPYING;md5=7c7e39fb7d70ffe5d693a643e29987c2 \ | 23 | file://libmount/COPYING;md5=7c7e39fb7d70ffe5d693a643e29987c2 \ |
19 | file://libblkid/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04" | 24 | file://libblkid/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ |
25 | file://libfdisk/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ | ||
26 | file://libsmartcols/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ | ||
27 | " | ||
20 | 28 | ||
21 | #gtk-doc is not enabled as it requires xmlto which requires util-linux | 29 | #gtk-doc is not enabled as it requires xmlto which requires util-linux |
22 | inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest | 30 | inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest |