summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-04 20:03:09 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-06 01:30:08 +0300
commitd8014ce4f8b196e0b05cf7efac542204c635702e (patch)
tree55ce9f6a93761b06cd45031eda137e8a077d043d /meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
parent193236933b0f4ab91b1625b64e2187e2db4e0e8f (diff)
downloadopenbmc-d8014ce4f8b196e0b05cf7efac542204c635702e.tar.xz
meta-phosphor: user-manager: point at bin
The components of phosphor-user-manager are now installed into bin instead of sbin. Update the recipe to reflect this. phosphor-user-manager: srcrev bump 736648e25e..c3f56c50ff Patrick Venture (1): build: install into bin instead of sbin raviteja-b (1): LDAP:change default values of GroupNameAttribute and UserNamAttribute (From meta-phosphor rev: 7c9d6f940ed6fca0dffc9835c261bc3da3a4f4ba) Change-Id: I069d614f78c1332f4026e8ad3977f74063b746d8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb6
1 files changed, 3 insertions, 3 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 9fda3b071..fa680bef0 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -31,13 +31,13 @@ GROUPMEMS_PARAM_${PN} = "-g priv-admin -a root"
DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service"
FILES_phosphor-ldap += " \
- ${sbindir}/phosphor-ldap-conf \
- ${sbindir}/phosphor-ldap-mapper \
+ ${bindir}/phosphor-ldap-conf \
+ ${bindir}/phosphor-ldap-mapper \
"
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 = "736648e25eb250d1e200cea961fe75bf791f1355"
+SRCREV = "c3f56c50ffffe1076531eb4aad7c0a574a44841f"
S = "${WORKDIR}/git"