]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpam: libpamc is licensed under its own BSD-style licence
authorDouglas Royds <douglas.royds@taitradio.com>
Wed, 6 Mar 2019 01:59:21 +0000 (14:59 +1300)
committerArmin Kuster <akuster808@gmail.com>
Fri, 22 Mar 2019 21:40:46 +0000 (14:40 -0700)
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>
meta/recipes-extended/pam/libpam_1.3.0.bb

index 3aec2cdb4c3bfcf29f5581dc18ba34fd38c944c9..cc1241020f0cb0f79b6567daaa96a48e82a2f41e 100644 (file)
@@ -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 \