diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-03-15 12:54:40 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-23 13:00:50 +0100 |
| commit | 651658eac78d36f4de9a5a994f47b6888f343c68 (patch) | |
| tree | 75b96c3ab1049300dec02769d0443c4d8c204800 | |
| parent | b312cc327fa00f35bc2758dd8b62e394ed310c41 (diff) | |
| download | poky-651658eac78d36f4de9a5a994f47b6888f343c68.tar.gz | |
util-linux: Update License Information (remove GPLv3 Licnese)
The upstream authors have updated the licenses of a couple subcomponents,
these were GPLv3, but updated to be either GPLv2 or LGPLv2.1 accordingly.
These changes make the util-linux package become completely non-GPLv3.
Cleaned up some white space issue also
[YOCTO #4014]
(From OE-Core rev: 70b758344a0d83fb3eb82ecaffe5f05c7a0579e8)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux/mbsalign-license.patch | 78 | ||||
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.21.2.bb | 30 |
3 files changed, 81 insertions, 29 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index d62d406b3b..23bed44b9d 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
| @@ -7,7 +7,7 @@ SECTION = "base" | |||
| 7 | 7 | ||
| 8 | LICENSE = "GPLv2+ & LGPLv2.1+ & BSD" | 8 | LICENSE = "GPLv2+ & LGPLv2.1+ & BSD" |
| 9 | 9 | ||
| 10 | LIC_FILES_CHKSUM = "file://README.licensing;md5=9c920d811858a74b67a36ba23cbaa95f \ | 10 | LIC_FILES_CHKSUM = "file://README.licensing;md5=679af3e410ee112a5ec94de6501bf5c3 \ |
| 11 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 11 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
| 12 | file://Documentation/licenses/COPYING.GPLv2;md5=8ca43cbc842c2336e835926c2166c28b \ | 12 | file://Documentation/licenses/COPYING.GPLv2;md5=8ca43cbc842c2336e835926c2166c28b \ |
| 13 | file://Documentation/licenses/COPYING.LGPLv2.1;md5=bbb461211a33b134d42ed5ee802b37ff \ | 13 | file://Documentation/licenses/COPYING.LGPLv2.1;md5=bbb461211a33b134d42ed5ee802b37ff \ |
diff --git a/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch b/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch new file mode 100644 index 0000000000..b2c3652088 --- /dev/null +++ b/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch | |||
| @@ -0,0 +1,78 @@ | |||
| 1 | |||
| 2 | Upstream-Status: Backport | ||
| 3 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
| 4 | |||
| 5 | Notes from Pdraig (via email) : | ||
| 6 | |||
| 7 | Actually LGPLv2+ is most appropriate for that. | ||
| 8 | The intent is that it's licensed under the LGPL anyway: | ||
| 9 | |||
| 10 | $ gnulib/gnulib-tool --local-dir gl --extract-license mbsalign | ||
| 11 | LGPL | ||
| 12 | |||
| 13 | When extracting this to util-linux I should have adjusted | ||
| 14 | the boilerplate default license in the file (which gnulib-tool | ||
| 15 | can do on import). | ||
| 16 | |||
| 17 | |||
| 18 | From 16d8546964db1f6a27ae0f1d1cd24ce42704111d Mon Sep 17 00:00:00 2001 | ||
| 19 | From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com> | ||
| 20 | Date: Fri, 15 Mar 2013 09:48:37 +0000 | ||
| 21 | Subject: [PATCH] lib/mbsalign: correct license header from GPLv[23] to | ||
| 22 | LGPLv2+ | ||
| 23 | |||
| 24 | * lib/mbsalign.c: s/GPLv3/LGPLv2+/ | ||
| 25 | * include/mbsalign.h: s/GPLv2/LGPLv2+/ | ||
| 26 | * README.licensing: Remove mention GPLv3 as it's not actually used. | ||
| 27 | --- | ||
| 28 | README.licensing | 2 -- | ||
| 29 | include/mbsalign.h | 4 ++-- | ||
| 30 | lib/mbsalign.c | 4 ++-- | ||
| 31 | 3 files changed, 4 insertions(+), 6 deletions(-) | ||
| 32 | |||
| 33 | diff --git a/README.licensing b/README.licensing | ||
| 34 | index b29883c..ab60004 100644 | ||
| 35 | --- a/README.licensing | ||
| 36 | +++ b/README.licensing | ||
| 37 | @@ -2,8 +2,6 @@ | ||
| 38 | The project util-linux doesn't use the same license for all of the code. | ||
| 39 | There is code under: | ||
| 40 | |||
| 41 | - * GPLv3+ (GNU General Public License version 3, or any later version) | ||
| 42 | - | ||
| 43 | * GPLv2+ (GNU General Public License version 2, or any later version) | ||
| 44 | |||
| 45 | * GPLv2 (GNU General Public License version 2) | ||
| 46 | diff --git a/include/mbsalign.h b/include/mbsalign.h | ||
| 47 | index fd957b3..8c9f2db 100644 | ||
| 48 | --- a/include/mbsalign.h | ||
| 49 | +++ b/include/mbsalign.h | ||
| 50 | @@ -2,8 +2,8 @@ | ||
| 51 | Copyright (C) 2009-2010 Free Software Foundation, Inc. | ||
| 52 | |||
| 53 | This program is free software: you can redistribute it and/or modify | ||
| 54 | - it under the terms of the GNU General Public License as published by | ||
| 55 | - the Free Software Foundation, either version 2 of the License, or | ||
| 56 | + it under the terms of the GNU Lesser General Public License as published by | ||
| 57 | + the Free Software Foundation, either version 2.1 of the License, or | ||
| 58 | (at your option) any later version. | ||
| 59 | |||
| 60 | This program is distributed in the hope that it will be useful, | ||
| 61 | diff --git a/lib/mbsalign.c b/lib/mbsalign.c | ||
| 62 | index d97bbd5..05c4650 100644 | ||
| 63 | --- a/lib/mbsalign.c | ||
| 64 | +++ b/lib/mbsalign.c | ||
| 65 | @@ -2,8 +2,8 @@ | ||
| 66 | Copyright (C) 2009-2010 Free Software Foundation, Inc. | ||
| 67 | |||
| 68 | This program is free software: you can redistribute it and/or modify | ||
| 69 | - it under the terms of the GNU General Public License as published by | ||
| 70 | - the Free Software Foundation, either version 3 of the License, or | ||
| 71 | + it under the terms of the GNU Lesser General Public License as published by | ||
| 72 | + the Free Software Foundation, either version 2.1 of the License, or | ||
| 73 | (at your option) any later version. | ||
| 74 | |||
| 75 | This program is distributed in the hope that it will be useful, | ||
| 76 | -- | ||
| 77 | 1.7.7.6 | ||
| 78 | |||
diff --git a/meta/recipes-core/util-linux/util-linux_2.21.2.bb b/meta/recipes-core/util-linux/util-linux_2.21.2.bb index 39e3609ac0..3ec6a50b57 100644 --- a/meta/recipes-core/util-linux/util-linux_2.21.2.bb +++ b/meta/recipes-core/util-linux/util-linux_2.21.2.bb | |||
| @@ -2,41 +2,15 @@ MAJOR_VERSION = "2.21" | |||
| 2 | PR = "r5" | 2 | PR = "r5" |
| 3 | require util-linux.inc | 3 | require util-linux.inc |
| 4 | 4 | ||
| 5 | # note that `lscpu' is under GPLv3+ | ||
| 6 | LICENSE_${PN}-lscpu = "GPLv3+" | ||
| 7 | |||
| 8 | SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \ | 5 | SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \ |
| 9 | file://util-linux-ng-2.16-mount_lock_path.patch \ | 6 | file://util-linux-ng-2.16-mount_lock_path.patch \ |
| 10 | file://uclibc-__progname-conflict.patch \ | 7 | file://uclibc-__progname-conflict.patch \ |
| 11 | file://configure-sbindir.patch \ | 8 | file://configure-sbindir.patch \ |
| 9 | file://mbsalign-license.patch \ | ||
| 12 | " | 10 | " |
| 13 | 11 | ||
| 14 | SRC_URI[md5sum] = "b75b3cfecb943f74338382fde693c2c3" | 12 | SRC_URI[md5sum] = "b75b3cfecb943f74338382fde693c2c3" |
| 15 | SRC_URI[sha256sum] = "066f9d8e51bfabd809d266edcd54eefba1cdca57725b95c074fd47fe6fba3d30" | 13 | SRC_URI[sha256sum] = "066f9d8e51bfabd809d266edcd54eefba1cdca57725b95c074fd47fe6fba3d30" |
| 16 | 14 | ||
| 17 | # Only lscpu part is gplv3; rest of the code is not, | ||
| 18 | # so take out the lscpu parts while running non-gplv3 build. | ||
| 19 | # The removal of the package should now occur during | ||
| 20 | # the build if INCOMPATIBLE_LICENSE is set to GPLv3 | ||
| 21 | |||
| 22 | python () { | ||
| 23 | d.setVar("REMOVELSCPU", "no") | ||
| 24 | if (d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1: | ||
| 25 | # avoid GPLv3 | ||
| 26 | d.setVar("REMOVELSCPU", "yes") | ||
| 27 | src_uri = (d.getVar("SRC_URI", False) or "").split() | ||
| 28 | src_uri.append("file://remove-lscpu.patch") | ||
| 29 | d.setVar("SRC_URI", " ".join(src_uri)) | ||
| 30 | } | ||
| 31 | |||
| 32 | do_remove_lscpu() { | ||
| 33 | if [ "x${REMOVELSCPU}" = "xyes" ]; then | ||
| 34 | rm -f sys-utils/lscpu.c sys-utils/lscpu.1 | ||
| 35 | rm -rf tests/ts/lscpu tests/expected/lscpu | ||
| 36 | fi | ||
| 37 | } | ||
| 38 | |||
| 39 | addtask remove_lscpu before do_configure after do_patch | ||
| 40 | |||
| 41 | CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as" | 15 | CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as" |
| 42 | EXTRA_OECONF_virtclass-native += "--disable-fallocate --disable-use-tty-group" | 16 | EXTRA_OECONF_virtclass-native += "--disable-fallocate --disable-use-tty-group" |
