blob: 87d2d947dfb74062d94bbd488c564c662f3f9277 [file] [log] [blame]
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +05301SUMMARY = "Phosphor User Manager Daemon"
2DESCRIPTION = "Daemon that does user management"
3HOMEPAGE = "http://github.com/openbmc/phosphor-user-manager"
4PR = "r1"
Patrick Venture01b443e2018-10-02 20:51:15 -07005PV = "1.0+git${SRCPV}"
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +05306LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Venture01b443e2018-10-02 20:51:15 -07008
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +05309inherit autotools pkgconfig
10inherit obmc-phosphor-dbus-service
11
12DEPENDS += "autoconf-archive-native"
13DEPENDS += "sdbusplus"
14DEPENDS += "phosphor-logging"
15DEPENDS += "phosphor-dbus-interfaces"
Tom Joseph1c1845e2018-07-10 12:23:06 -050016DEPENDS += "boost"
Andrew Geisslere1610d72018-10-09 04:10:28 +000017DEPENDS += "nss-pam-ldapd"
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +053018RDEPENDS_${PN} += "libsystemd"
19RDEPENDS_${PN} += "phosphor-logging"
20
Richard Marian Thomaiyar0aed5da2018-04-12 16:06:36 -070021inherit useradd
22
23USERADD_PACKAGES = "${PN}"
24# add groups needed for privilege maintenance
25GROUPADD_PARAM_${PN} = "priv-admin; priv-operator; priv-user; priv-callback "
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +053026
27DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service"
28
29SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
Andrew Geissler44ae5662018-10-24 17:50:46 +000030SRCREV = "9891f2f8f330cfe678098342bd1cb536e5810233"
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +053031S = "${WORKDIR}/git"