Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "PAM searchless LDAP authentication module" |
| 2 | HOMEPAGE = "https://github.com/rmbreak/pam_ldapdb" |
| 3 | BUGTRACKER = "https://github.com/rmbreak/pam_ldapdb/issues" |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41ab94182d94be9bb35e2a8b933f1e7d" |
| 7 | |
| 8 | DEPENDS = "libpam openldap" |
| 9 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 10 | inherit features_check |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | REQUIRED_DISTRO_FEATURES = "pam" |
| 12 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb \ |
| 15 | file://0001-include-stdexcept-for-std-invalid_argument.patch \ |
| 16 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 18 | S = "${WORKDIR}/git" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 19 | |
| 20 | do_install () { |
| 21 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security |
| 22 | } |
| 23 | |
| 24 | FILES_${PN} += "${base_libdir}/security/pam_ldapdb.so" |