summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2019-03-06 14:59:21 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-24 16:48:38 +0000
commite4c0a8a7cb1b57486952912ba0c4f5b7c582d93d (patch)
tree5039c2d3b32148a76cf8d88df43d29b4762b1870 /meta
parent2f467d8e9b3c49c704bd6386eae85a5f98ee1505 (diff)
downloadpoky-e4c0a8a7cb1b57486952912ba0c4f5b7c582d93d.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) (From OE-Core rev: b79bd7c77635ed45509dfc288c2ca7a2dcf1cc67) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/pam/libpam_1.3.0.bb4
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"
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
9LICENSE = "GPLv2+ | BSD" 9LICENSE = "GPLv2+ | BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3" 10LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \
11 file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \
12 "
11 13
12SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \ 14SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \
13 file://99_pam \ 15 file://99_pam \