diff options
| -rw-r--r-- | meta/packages/pam/pam_1.0.2.bb | 6 |
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 @@ | |||
| 1 | DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users" | ||
| 1 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" | 2 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" |
| 3 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" | ||
| 4 | # PAM allows dual licensed under GPL and BSD | ||
| 5 | LICENSE = "GPLv2+ | BSD" | ||
| 2 | PR = "r8" | 6 | PR = "r8" |
| 3 | 7 | ||
| 4 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ | 8 | SRC_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 | ||
| 7 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | 11 | EXTRA_OECONF = "--with-db-uniquename=_pam \ |
| 8 | --includedir=${includedir}/security \ | 12 | --includedir=${includedir}/security \ |
