blob: a891c364e08cc7a841f8d2b3c55b1ad428b0e885 [file] [log] [blame]
Vishwanatha Subbanna0ea6f632017-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 Venture4f792732018-10-02 20:51:15 -07005PV = "1.0+git${SRCPV}"
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +05306LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Venture4f792732018-10-02 20:51:15 -07008
Vishwanatha Subbanna0ea6f632017-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 Joseph926556d2018-07-10 12:23:06 -050016DEPENDS += "boost"
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +053017RDEPENDS_${PN} += "libsystemd"
18RDEPENDS_${PN} += "phosphor-logging"
19
Richard Marian Thomaiyara3488602018-04-12 16:06:36 -070020inherit useradd
21
22USERADD_PACKAGES = "${PN}"
23# add groups needed for privilege maintenance
24GROUPADD_PARAM_${PN} = "priv-admin; priv-operator; priv-user; priv-callback "
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +053025
26DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service"
27
28SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
Andrew Geisslerf051cf02018-10-04 19:30:29 +000029SRCREV = "dccee2b7ff47757afb6a0606707b6436bb0f4c7b"
Vishwanatha Subbanna0ea6f632017-10-18 15:47:54 +053030S = "${WORKDIR}/git"