]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpam:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 06:27:05 +0000 (14:27 +0800)
committerMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 06:27:05 +0000 (14:27 +0800)
Add COPYING file and copyright information in pam_loginuid.c checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-extended/pam/libpam_1.1.1.bb

index 536a0f5ce9505f0e4b9327ae7c2dd757486c29db..e6cd172c783fd7fa443bd8fce90e5f6e4fd85b12 100644 (file)
@@ -5,6 +5,8 @@ BUGTRACKER = "http://sourceforge.net/projects/pam/support"
 # /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=ca0395de9a86191a078b8b79302e3083 \
+                   file://modules/pam_loginuid/pam_loginuid.c;endline=23;md5=db84479f04f9afb6dd4dd022a0143997"
 PR = "r1"
 
 DEPENDS = "bison flex"