1f61a81a2SBrad BishopSUMMARY = "PAM modules for IPMI support"
2f61a81a2SBrad BishopDESCRIPTION = "PAM modules managing password for IPMI"
3f61a81a2SBrad BishopHOMEPAGE = "http://github.com/openbmc/pam-ipmi"
4f61a81a2SBrad BishopLICENSE = "Apache-2.0"
5f61a81a2SBrad BishopLIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6*9936f86dSEd TanousDEPENDS += "autoconf-archive-native"
7*9936f86dSEd TanousDEPENDS += "openssl libpam"
8*9936f86dSEd TanousSRCREV = "c971bebca35d9f697a7a9e3efae3c66867e5b68d"
9*9936f86dSEd TanousPV = "1.0+git${SRCPV}"
10*9936f86dSEd TanousPR = "r1"
11f61a81a2SBrad Bishop
12bb99d22eSPatrick WilliamsSRC_URI += "git://github.com/openbmc/pam-ipmi;branch=master;protocol=https"
13*9936f86dSEd Tanous
14f61a81a2SBrad BishopS = "${WORKDIR}/git"
15f61a81a2SBrad Bishop
16f61a81a2SBrad Bishopinherit autotools pkgconfig
17f61a81a2SBrad Bishop
1812fc939cSPatrick WilliamsFILES:${PN} += " \
19f61a81a2SBrad Bishop               ${base_libdir}/security/ \
20f61a81a2SBrad Bishop               ${sysconfdir}/key_file \
21f61a81a2SBrad Bishop               ${sysconfdir}/ipmi_pass \
22f61a81a2SBrad Bishop               "
23