summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-core/pam/pam-ipmi_git.bb
blob: 02ad0d3c9ba1009f7d12c9b8499fe82a818b2311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 = "edeae5657f15a9fd7c02e95bd643d5e3bc99d8dd"
S = "${WORKDIR}/git"

inherit autotools pkgconfig

DEPENDS += "openssl libpam"

FILES_${PN} += " \
               ${base_libdir}/security/ \
               ${sysconfdir}/key_file \
               "
OpenPOWER on IntegriCloud