mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 22:48:39 +00:00
package pam correctly
This commit is contained in:
parent
efbd5e58d4
commit
17bb6733b9
@ -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*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user