diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2019-03-06 14:59:21 +1300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-22 14:40:46 -0700 |
commit | b79bd7c77635ed45509dfc288c2ca7a2dcf1cc67 (patch) | |
tree | 3c76484771d00e3279059457f3808ef415bcc9fe | |
parent | 07eb2b7c56d3d2d1d435c16079c7badc1870d0c5 (diff) | |
download | openembedded-core-b79bd7c77635ed45509dfc288c2ca7a2dcf1cc67.tar.gz openembedded-core-b79bd7c77635ed45509dfc288c2ca7a2dcf1cc67.tar.bz2 openembedded-core-b79bd7c77635ed45509dfc288c2ca7a2dcf1cc67.zip |
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 3aec2cdb4c..cc1241020f 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" # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time # libpam-runtime-1.0.1 is GPLv2+), by openembedded LICENSE = "GPLv2+ | BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3" +LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \ + file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \ + " SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ file://99_pam \ |