package pam correctly

This commit is contained in:
Anas Nashif 2008-10-31 11:00:50 -04:00
parent efbd5e58d4
commit 17bb6733b9
1 changed files with 12 additions and 2 deletions

View File

@ -1,10 +1,11 @@
HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
PR = "r4"
PR = "r5"
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2"
EXTRA_OECONF = "--with-db-uniquename=_pam \
--includedir=${includedir}/security"
--includedir=${includedir}/security \
--libdir=/lib"
DEPENDS = "bison flex"
CFLAGS_append = " -fPIC "
@ -16,3 +17,12 @@ inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
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*"