blob: 53745394a83da8323e44c71300d136a4b5f02163 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "PAM searchless LDAP authentication module"
2HOMEPAGE = "https://github.com/rmbreak/pam_ldapdb"
3BUGTRACKER = "https://github.com/rmbreak/pam_ldapdb/issues"
4SECTION = "libs"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=41ab94182d94be9bb35e2a8b933f1e7d"
7
8DEPENDS = "libpam openldap"
9
Brad Bishop8410d612019-11-25 09:40:59 -050010inherit features_check
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011REQUIRED_DISTRO_FEATURES = "pam"
12
Brad Bishop26bdd442019-08-16 17:08:17 -040013SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8"
Brad Bishope42b3e32020-01-15 22:08:42 -050014SRC_URI = "git://github.com/rmbreak/pam_ldapdb \
15 file://0001-include-stdexcept-for-std-invalid_argument.patch \
16"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
Brad Bishop26bdd442019-08-16 17:08:17 -040018S = "${WORKDIR}/git"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
20do_install () {
21 oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security
22}
23
Patrick Williams213cb262021-08-07 19:21:33 -050024FILES:${PN} += "${base_libdir}/security/pam_ldapdb.so"