summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-24 14:27:05 +0800
committerMei Lei <lei.mei@intel.com>2010-11-24 14:27:05 +0800
commit56fa05a6d520f635e3663da2e9c8b7ec3885fdbb (patch)
tree992028420e6c482050bbf9bc3bee9c5a1073785f /meta/recipes-extended/pam
parent0b35808bbf8066337541200f1f4b3d183eb0bc16 (diff)
downloadpoky-56fa05a6d520f635e3663da2e9c8b7ec3885fdbb.tar.gz
libpam:Add license checksum to bb file
Add COPYING file and copyright information in pam_loginuid.c checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.1.bb b/meta/recipes-extended/pam/libpam_1.1.1.bb
index 536a0f5ce9..e6cd172c78 100644
--- a/meta/recipes-extended/pam/libpam_1.1.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.1.bb
@@ -5,6 +5,8 @@ BUGTRACKER = "http://sourceforge.net/projects/pam/support"
5# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time 5# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
6# libpam-runtime-1.0.1 is GPLv2+), by openembedded 6# libpam-runtime-1.0.1 is GPLv2+), by openembedded
7LICENSE = "GPLv2+ | BSD" 7LICENSE = "GPLv2+ | BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083 \
9 file://modules/pam_loginuid/pam_loginuid.c;endline=23;md5=db84479f04f9afb6dd4dd022a0143997"
8PR = "r1" 10PR = "r1"
9 11
10DEPENDS = "bison flex" 12DEPENDS = "bison flex"