diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:04 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | 55ebfb1909da3d63afb63c890abbd161e84f12ca (patch) | |
tree | e06f29e75882c86e7b9005653488fb85de7fb677 /meta/recipes-extended | |
parent | b1596d37ba13db3aff61975a31d865f33333fa45 (diff) | |
download | poky-55ebfb1909da3d63afb63c890abbd161e84f12ca.tar.gz |
libpam: Use specific BSD license variant
Make the license more accurate by specifying the specific variant of BSD
license instead of the generic one. This helps with SPDX license
attribution as "BSD" is not a valid SPDX license.
(From OE-Core rev: d9948d0439cf26af9f570e9a9d0d214294bae504)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.1.bb b/meta/recipes-extended/pam/libpam_1.5.1.bb index a349d8ac96..efcd27137f 100644 --- a/meta/recipes-extended/pam/libpam_1.5.1.bb +++ b/meta/recipes-extended/pam/libpam_1.5.1.bb | |||
@@ -7,7 +7,7 @@ SECTION = "base" | |||
7 | # PAM is dual licensed under GPL and BSD. | 7 | # PAM is dual licensed under GPL and BSD. |
8 | # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time | 8 | # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time |
9 | # libpam-runtime-1.0.1 is GPLv2+), by openembedded | 9 | # libpam-runtime-1.0.1 is GPLv2+), by openembedded |
10 | LICENSE = "GPLv2+ | BSD" | 10 | LICENSE = "GPLv2+ | BSD-3-Clause" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \ |
12 | file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \ | 12 | file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \ |
13 | " | 13 | " |