diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 14:27:05 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 14:27:05 +0800 |
commit | 56fa05a6d520f635e3663da2e9c8b7ec3885fdbb (patch) | |
tree | 992028420e6c482050bbf9bc3bee9c5a1073785f /meta/recipes-extended | |
parent | 0b35808bbf8066337541200f1f4b3d183eb0bc16 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.1.bb | 2 |
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 |
7 | LICENSE = "GPLv2+ | BSD" | 7 | LICENSE = "GPLv2+ | BSD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083 \ | ||
9 | file://modules/pam_loginuid/pam_loginuid.c;endline=23;md5=db84479f04f9afb6dd4dd022a0143997" | ||
8 | PR = "r1" | 10 | PR = "r1" |
9 | 11 | ||
10 | DEPENDS = "bison flex" | 12 | DEPENDS = "bison flex" |