blob: 1da1fcabca62b4b2449cea7792dc21df9cd0c15a [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"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8inherit autotools pkgconfig
9inherit obmc-phosphor-dbus-service
10
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "sdbusplus"
13DEPENDS += "phosphor-logging"
14DEPENDS += "phosphor-dbus-interfaces"
15RDEPENDS_${PN} += "libsystemd"
16RDEPENDS_${PN} += "phosphor-logging"
17
18
19DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service"
20
21SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
Andrew Geissler3a051022018-01-26 18:45:17 +000022SRCREV = "1f5a002f4b596522cf46eaad3cfd072a44b5848d"
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +053023S = "${WORKDIR}/git"