mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
package pam correctly
This commit is contained in:
@@ -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*"
|
||||
|
||||
Reference in New Issue
Block a user