diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-12-30 13:17:26 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-01-30 12:13:54 -0800 |
commit | b46386395b4156dceb93762a74166abeae796252 (patch) | |
tree | 287a8329571dd0a01b1a10f74fb09803e72c1860 /recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb | |
parent | c20b35b5279988fb244d4de5ba5a049404ad440e (diff) | |
download | meta-security-b46386395b4156dceb93762a74166abeae796252.tar.gz |
google-authenticator-libpam: update to 1.09
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb')
-rw-r--r-- | recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb new file mode 100644 index 0000000..8a0b1ee --- /dev/null +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "Google Authenticator PAM module" | ||
2 | HOME_PAGE = "https://github.com/google/google-authenticator-libpam" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | |||
6 | SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https" | ||
7 | SRCREV = "962f353aac6cfc7b804547319db40f8b804f0b6c" | ||
8 | |||
9 | DEPENDS = "libpam" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools features_check | ||
14 | |||
15 | REQUIRED_DISTRO_FEATURES = "pam" | ||
16 | |||
17 | # Use the same dir location as PAM | ||
18 | EXTRA_OECONF = "--libdir=${base_libdir}" | ||
19 | |||
20 | PACKAGES += "pam-google-authenticator" | ||
21 | FILES:pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so" | ||
22 | |||
23 | RDEPNEDS_pam-google-authenticator = "libpam" | ||