summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/users
diff options
context:
space:
mode:
authorAnton D. Kachalov <gmouse@google.com>2021-04-21 20:23:55 +0300
committerAnton D. Kachalov <gmouse@google.com>2021-10-03 18:40:03 +0300
commit31ecbfbce51fd02e6ae1fd31cdf04e7d0bebee0d (patch)
tree6ce001f59075dad9a906e9583067b990fbdf11b8 /meta-phosphor/recipes-phosphor/users
parent609d48731fd3758910ed5a68d5ce1d6e80c2dfd3 (diff)
downloadopenbmc-31ecbfbce51fd02e6ae1fd31cdf04e7d0bebee0d.tar.xz
certificate-manager: ship nslcd config from user-manager repo
This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change should be merged after individual repo change: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-user-manager/+/42633 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I3d68a3cb27f822b05027ef07a89e6c65f6859178
Diffstat (limited to 'meta-phosphor/recipes-phosphor/users')
-rw-r--r--meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
index 18a7c505a..f74dc4e4f 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
inherit obmc-phosphor-dbus-service
+DEPENDS += "dbus"
DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
@@ -31,10 +32,14 @@ FILES:phosphor-ldap += " \
${bindir}/phosphor-ldap-conf \
${bindir}/phosphor-ldap-mapper \
"
+FILES:${PN} += " \
+ ${base_libdir}/systemd \
+ ${datadir}/phosphor-certificate-manager \
+"
DBUS_SERVICE:phosphor-ldap = " \
xyz.openbmc_project.Ldap.Config.service \
xyz.openbmc_project.LDAP.PrivilegeMapper.service \
"
SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
-SRCREV = "a260f187436837aec493baef0a5e7063fe11ee92"
+SRCREV = "607ed50ae1c4817969a117d951a3e90f686fbde0"
S = "${WORKDIR}/git"