blob: e8ddf291e6bd97a75d484e8cb3386197152b6880 [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
Patrick Williams53961c22022-01-20 11:06:23 -06006SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https"
Andrew Geissler1fe918a2020-05-15 14:16:47 -05007SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05308
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
Andrew Geissler1fe918a2020-05-15 14:16:47 -050017# Use the same dir location as PAM
18EXTRA_OECONF = "--libdir=${base_libdir}"
19
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053020PACKAGES += "pam-google-authenticator"
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053022
23RDEPNEDS_pam-google-authenticator = "libpam"