summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/users/phosphor-user-manager.bb
blob: ce097edb543556c29b75bcc09da245e7a8d3dc0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "Phosphor User Manager Daemon"
DESCRIPTION = "Daemon that does user management"
HOMEPAGE = "http://github.com/openbmc/phosphor-user-manager"
PR = "r1"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
inherit obmc-phosphor-dbus-service

DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
DEPENDS += "phosphor-dbus-interfaces"
RDEPENDS_${PN} += "libsystemd"
RDEPENDS_${PN} += "phosphor-logging"


DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service"

SRC_URI += "git://scm.raptorcs.com/scm/git/phosphor-user-manager;protocol=https"
SRCREV = "035a96983cdf8a11a1c2380106c11c94cb8418b2"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud