summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-30 15:48:40 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-06-30 15:44:21 -0700
commit0093d520c96bd5ad93f6709ddd9fb90e065ad175 (patch)
treebe104dee86d8f9dee8afeeab8253e1ab02223fbc /meta
parent2bed076889d1b395d84085cc56941f2e2aa05826 (diff)
downloadpoky-0093d520c96bd5ad93f6709ddd9fb90e065ad175.tar.gz
pam: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/pam/pam_1.0.2.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb
index 3d6f985960..9ae9416065 100644
--- a/meta/packages/pam/pam_1.0.2.bb
+++ b/meta/packages/pam/pam_1.0.2.bb
@@ -1,8 +1,12 @@
1DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users"
1HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" 2HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
3BUGTRACKER = "http://sourceforge.net/projects/pam/support"
4# PAM allows dual licensed under GPL and BSD
5LICENSE = "GPLv2+ | BSD"
2PR = "r8" 6PR = "r8"
3 7
4SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ 8SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
5 file://disable_crossbinary.patch;patch=1 " 9 file://disable_crossbinary.patch"
6 10
7EXTRA_OECONF = "--with-db-uniquename=_pam \ 11EXTRA_OECONF = "--with-db-uniquename=_pam \
8 --includedir=${includedir}/security \ 12 --includedir=${includedir}/security \