blob: 32e2406b03acd7bccd214bb07c4748f33595220c [file] [log] [blame]
Richard Marian Thomaiyareb583052018-10-03 11:17:31 +05301SUMMARY = "PAM modules for IPMI support"
2DESCRIPTION = "PAM modules managing password for IPMI"
3HOMEPAGE = "http://github.com/openbmc/pam-ipmi"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
9
10SRC_URI += "git://github.com/openbmc/pam-ipmi"
11SRCREV = "388c061fb5f28ebe7ce95690bd7b2f4e14cf68a6"
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
15
16DEPENDS += "openssl libpam"
17
18FILES_${PN} += " \
19 ${base_libdir}/security/ \
20 ${sysconfdir}/key_file \
21 "