summaryrefslogtreecommitdiff
path: root/meta/packages/pam/pam_1.1.1.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-07 15:17:12 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 21:05:41 -0700
commit59df5a4b2dd2696f34c074d11b15ed18cc6bea65 (patch)
treed0417f2e8c5f48cf42c837af84577b4111966247 /meta/packages/pam/pam_1.1.1.bb
parent5dcefd18d60b01be84fb1b32ea759613d5216a5f (diff)
downloadopenembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.gz
openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.bz2
openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.xz
openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.zip
pam: upgrade to 1.1.1
[Patches] KEEP _disable_crossbinary.patch_ [Recipe] fix SRC_URI and EXTRA_OECONF indention Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/pam/pam_1.1.1.bb')
-rw-r--r--meta/packages/pam/pam_1.1.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/packages/pam/pam_1.1.1.bb b/meta/packages/pam/pam_1.1.1.bb
new file mode 100644
index 000000000..12a95267e
--- /dev/null
+++ b/meta/packages/pam/pam_1.1.1.bb
@@ -0,0 +1,28 @@
+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 = "r0"
+
+SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \
+ file://disable_crossbinary.patch"
+
+EXTRA_OECONF = "--with-db-uniquename=_pam \
+ --includedir=${includedir}/security \
+ --libdir=/lib"
+DEPENDS = "bison flex"
+CFLAGS_append = " -fPIC "
+
+S = "${WORKDIR}/Linux-PAM-${PV}"
+
+inherit autotools pkgconfig gettext
+
+FILES_${PN}-dbg += "${base_libdir}/security/.debug"
+FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug"
+FILES_${PN} += "${base_libdir}/security/*.so"
+FILES_${PN} += "${base_libdir}/security/pam_filter/upperLOWER"
+FILES_${PN} += "${base_libdir}/security/*.so"
+FILES_${PN}-dev += "${base_libdir}/security/*.la"
+FILES_${PN}-dev += "${base_libdir}/*.la"
+FILES_${PN} += "${base_libdir}/*.so*"