diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2019-03-06 14:59:21 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-06 16:26:47 +0000 |
commit | 471e752a187a91fbf171191697a69ca193f66742 (patch) | |
tree | 5fdbb66796a6c6f619154cf8a13060a6caf57e6d /meta/recipes-extended/pam | |
parent | b181bf92e2bc51a808478c12fe62177d966f2a85 (diff) | |
download | poky-471e752a187a91fbf171191697a69ca193f66742.tar.gz |
libpam: libpamc is licensed under its own BSD-style licence
Or alternatively GPL, the same as the top-level Linux-PAM COPYING.
(From OE-Core rev: 025c1b384635ef7a85e9f45f048901d6680563ae)
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.3.0.bb b/meta/recipes-extended/pam/libpam_1.3.0.bb index 5c45460c3a..c124e3bb02 100644 --- a/meta/recipes-extended/pam/libpam_1.3.0.bb +++ b/meta/recipes-extended/pam/libpam_1.3.0.bb | |||
@@ -7,7 +7,9 @@ SECTION = "base" | |||
7 | # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time | 7 | # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time |
8 | # libpam-runtime-1.0.1 is GPLv2+), by openembedded | 8 | # libpam-runtime-1.0.1 is GPLv2+), by openembedded |
9 | LICENSE = "GPLv2+ | BSD" | 9 | LICENSE = "GPLv2+ | BSD" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \ |
11 | file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \ | ||
12 | " | ||
11 | 13 | ||
12 | SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ |
13 | file://99_pam \ | 15 | file://99_pam \ |