blob: a2bcb909c4a1fcfa0bd5534a6c35832eab7b4cc3 [file] [log] [blame]
SUMMARY = "PAM modules for IPMI support"
DESCRIPTION = "PAM modules managing password for IPMI"
HOMEPAGE = "http://github.com/openbmc/pam-ipmi"
PR = "r1"
PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI += "git://github.com/openbmc/pam-ipmi"
SRCREV = "1ea8be7fe6afbb1c5c94e90e49412f6553295be7"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
DEPENDS += "autoconf-archive-native"
DEPENDS += "openssl libpam"
FILES:${PN} += " \
${base_libdir}/security/ \
${sysconfdir}/key_file \
${sysconfdir}/ipmi_pass \
"