mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
695 B
BlitzBasic
27 lines
695 B
BlitzBasic
SUMMARY = "PAM cached credentials module"
|
|
HOMEPAGE = "https://www.padl.com/OSS/pam_ccreds.html"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "libpam openssl db"
|
|
|
|
inherit features_check
|
|
REQUIRED_DISTRO_FEATURES = "pam"
|
|
|
|
SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1"
|
|
|
|
SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https \
|
|
file://0001-configure-Check-for-function-from-libdb-during-confi.patch \
|
|
"
|
|
|
|
# Upstream repo does not tag
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF += "--libdir=${base_libdir} "
|
|
|
|
FILES:${PN} += "${base_libdir}/security/pam*"
|