blob: d243d88c0e281ead70dfa133d8a90f85840dece6 [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 Geissler09bd6bf2018-05-30 08:50:07 -050022SRCREV = "3c166b39a5f5737de57b4543cddc3f0700e88d63"
Vishwanatha Subbanna0f2b7b02017-10-18 15:47:54 +053023S = "${WORKDIR}/git"