blob: 390c51a0b54e80fb27ff7d03956502e4d56ca2ce [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"
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"
22SRCREV = "035a96983cdf8a11a1c2380106c11c94cb8418b2"
23S = "${WORKDIR}/git"