mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
As our patches were merged upstream [1] we can safely remove them and use the new upstream revision. [1] https://github.com/PADL/pam_ccreds/pull/1 Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
530 B
BlitzBasic
23 lines
530 B
BlitzBasic
SUMMARY = "PAM cached credentials module"
|
|
HOMEPAGE = "https://www.padl.com/OSS/pam_ccreds.html"
|
|
SECTION = "libs"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "libpam openssl db"
|
|
|
|
inherit distro_features_check
|
|
REQUIRED_DISTRO_FEATURES = "pam"
|
|
|
|
SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1"
|
|
|
|
SRC_URI = "git://github.com/PADL/pam_ccreds"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF += "--libdir=${base_libdir} "
|
|
|
|
FILES_${PN} += "${base_libdir}/security/pam*"
|