blob: 2181629bdddd84abc9b6f5b2a7d515546c06ca6e [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301SUMMARY = "Google Authenticator PAM module"
2HOME_PAGE = "https://github.com/google/google-authenticator-libpam"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4LICENSE = "Apache-2.0"
5
6SRC_URI = "git://github.com/google/google-authenticator-libpam.git"
7SRCREV = "7365ed10d54393fb4c100cac063ae8edb744eac6"
8
9DEPENDS = "libpam"
10
11S = "${WORKDIR}/git"
12
Brad Bishop95dbbac2019-12-02 13:55:25 -050013inherit autotools features_check
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053014
15REQUIRED_DISTRO_FEATURES = "pam"
16
17PACKAGES += "pam-google-authenticator"
18FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so"
19
20RDEPNEDS_pam-google-authenticator = "libpam"