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>
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 9fda3b0..fa680be 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 @@
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"