]> code.ossystems Code Review - openembedded-core.git/commitdiff
pam: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Wed, 30 Jun 2010 07:48:40 +0000 (15:48 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 30 Jun 2010 22:44:21 +0000 (15:44 -0700)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/pam/pam_1.0.2.bb

index 3d6f985960bad9b23155e05b583d61508b4bb2a4..9ae94160651e2b5de1799f3c9907516b40f70496 100644 (file)
@@ -1,8 +1,12 @@
+DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users"
 HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
+BUGTRACKER = "http://sourceforge.net/projects/pam/support"
+# PAM allows dual licensed under GPL and BSD
+LICENSE = "GPLv2+ | BSD"
 PR = "r8"
 
 SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
-           file://disable_crossbinary.patch;patch=1 "
+           file://disable_crossbinary.patch"
 
 EXTRA_OECONF = "--with-db-uniquename=_pam \
                  --includedir=${includedir}/security \