summaryrefslogtreecommitdiff
path: root/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-06 17:48:41 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-06 17:48:43 +0300
commita48c014e7bf11391734c05fac6552bbef2dc2086 (patch)
treee24b69c6931f59a59f20290059eb15d9d655b295 /meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb
parent870eb53cd2dd418fcd6e26356392b6366e51cae5 (diff)
downloadopenbmc-a48c014e7bf11391734c05fac6552bbef2dc2086.tar.xz
meta-security: subtree update:3001c3ebfc..b72cc7f87c
Armin Kuster (10): apparmor: add distro check smack: add distro check python-fail2ban: Drop python2 package python3-fail2ban: include python-fail2ban.inc google-authenticator-libpam: update to 1.07 smack-test: add feature check for smack lib/oeqa/runtime: fix clamav test order clamav: update to 0.101.5 meta-integrity: fix issues with yocto-check-layer fail2ban: fix runtime error Change-Id: I4f7e656b0f9e2e9dc32989a1756c94e4e0143c42 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb')
-rw-r--r--meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb b/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb
new file mode 100644
index 000000000..98f895c44
--- /dev/null
+++ b/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.07.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Google Authenticator PAM module"
+HOME_PAGE = "https://github.com/google/google-authenticator-libpam"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+LICENSE = "Apache-2.0"
+
+SRC_URI = "git://github.com/google/google-authenticator-libpam.git"
+SRCREV = "c9280f43610ce896f91eafd0f740a4eb4dcecedd"
+
+DEPENDS = "libpam"
+
+S = "${WORKDIR}/git"
+
+inherit autotools features_check
+
+REQUIRED_DISTRO_FEATURES = "pam"
+
+PACKAGES += "pam-google-authenticator"
+FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so"
+
+RDEPNEDS_pam-google-authenticator = "libpam"