Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "PAM cached credentials module" |
| 2 | HOMEPAGE = "https://www.padl.com/OSS/pam_ccreds.html" |
| 3 | SECTION = "libs" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "GPL-2.0-only" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 6 | |
| 7 | DEPENDS = "libpam openssl db" |
| 8 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 9 | inherit features_check |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | REQUIRED_DISTRO_FEATURES = "pam" |
| 11 | |
| 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" |
| 13 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 14 | SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https \ |
| 15 | file://0001-configure-Check-for-function-from-libdb-during-confi.patch \ |
| 16 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit autotools |
| 21 | |
| 22 | EXTRA_OECONF += "--libdir=${base_libdir} " |
| 23 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 24 | FILES:${PN} += "${base_libdir}/security/pam*" |