diff options
author | Patrick Venture <venture@google.com> | 2019-04-04 10:03:09 -0700 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-05 18:30:08 -0400 |
commit | d8014ce4f8b196e0b05cf7efac542204c635702e (patch) | |
tree | 55ce9f6a93761b06cd45031eda137e8a077d043d | |
parent | 193236933b0f4ab91b1625b64e2187e2db4e0e8f (diff) | |
download | talos-openbmc-d8014ce4f8b196e0b05cf7efac542204c635702e.tar.gz talos-openbmc-d8014ce4f8b196e0b05cf7efac542204c635702e.zip |
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>
-rw-r--r-- | meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb | 6 |
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" |