- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
25 lines
657 B
BlitzBasic
25 lines
657 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 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF += "--libdir=${base_libdir} "
|
|
|
|
FILES:${PN} += "${base_libdir}/security/pam*"
|