diff options
Diffstat (limited to 'meta/packages/pam/pam_1.1.1.bb')
| -rw-r--r-- | meta/packages/pam/pam_1.1.1.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/packages/pam/pam_1.1.1.bb b/meta/packages/pam/pam_1.1.1.bb deleted file mode 100644 index ad53a32f76..0000000000 --- a/meta/packages/pam/pam_1.1.1.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users" | ||
| 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" | ||
| 6 | PR = "r2" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ | ||
| 9 | file://disable_crossbinary.patch \ | ||
| 10 | file://99_pam" | ||
| 11 | |||
| 12 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | ||
| 13 | --includedir=${includedir}/security \ | ||
| 14 | --libdir=${base_libdir} \ | ||
| 15 | --disable-regenerate-docu" | ||
| 16 | DEPENDS = "bison flex" | ||
| 17 | CFLAGS_append = " -fPIC " | ||
| 18 | |||
| 19 | S = "${WORKDIR}/Linux-PAM-${PV}" | ||
| 20 | |||
| 21 | inherit autotools pkgconfig gettext | ||
| 22 | |||
| 23 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | ||
| 24 | FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug" | ||
| 25 | FILES_${PN} += "${base_libdir}/security/*.so" | ||
| 26 | FILES_${PN} += "${base_libdir}/security/pam_filter/upperLOWER" | ||
| 27 | FILES_${PN} += "${base_libdir}/security/*.so" | ||
| 28 | FILES_${PN}-dev += "${base_libdir}/security/*.la" | ||
| 29 | FILES_${PN}-dev += "${base_libdir}/*.la" | ||
| 30 | FILES_${PN} += "${base_libdir}/*.so*" | ||
| 31 | |||
| 32 | do_install() { | ||
| 33 | autotools_do_install | ||
| 34 | |||
| 35 | # don't install /var/run when populating rootfs. Do it through volatile | ||
| 36 | rm -rf ${D}/var | ||
| 37 | install -d ${D}/etc/default/volatiles | ||
| 38 | install -m 0644 ${WORKDIR}/99_pam ${D}/etc/default/volatiles | ||
| 39 | } | ||
