xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "PAM searchless LDAP authentication module"
2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/rmbreak/pam_ldapdb"
3*4882a593SmuzhiyunBUGTRACKER = "https://github.com/rmbreak/pam_ldapdb/issues"
4*4882a593SmuzhiyunSECTION = "libs"
5*4882a593SmuzhiyunLICENSE = "MIT"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=41ab94182d94be9bb35e2a8b933f1e7d"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunDEPENDS = "libpam openldap"
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuninherit features_check
11*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "pam"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunSRCREV = "3e026863cad1fd45c760ee1bc93ef4f0606cc852"
14*4882a593SmuzhiyunSRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunS = "${WORKDIR}/git"
17*4882a593Smuzhiyun
18*4882a593Smuzhiyundo_install () {
19*4882a593Smuzhiyun    oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security
20*4882a593Smuzhiyun}
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunFILES:${PN} += "${base_libdir}/security/pam_ldapdb.so"
23