From: Mei Lei Date: Wed, 24 Nov 2010 06:27:05 +0000 (+0800) Subject: libpam:Add license checksum to bb file X-Git-Tag: 2011-1~3870 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=56fa05a6d520f635e3663da2e9c8b7ec3885fdbb;p=openembedded-core.git 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 --- 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" # /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"