summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-10-07 16:41:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-10-08 04:37:25 +0300
commita33c78a672e1be3785f8ba81048b2ab959f2947f (patch)
tree25c7b45c09bf4a2c48ffc3651cca22b0bf6ea473
parent1acad6576d95f28b8dd4c36effefc5cc418e84fa (diff)
downloadopenbmc-a33c78a672e1be3785f8ba81048b2ab959f2947f.tar.xz
phosphor-user-manager: srcrev bump 372c5668c0..d019e3d2ae
Patrick Williams (1): catch exceptions as const Change-Id: I1c6326a08d3cddec86122efdb2a57f83e60a397d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb2
1 files changed, 1 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 12912e29a..aa7fc3255 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -41,5 +41,5 @@ DBUS_SERVICE:phosphor-ldap = " \
xyz.openbmc_project.LDAP.PrivilegeMapper.service \
"
SRC_URI += "git://github.com/openbmc/phosphor-user-manager"
-SRCREV = "372c5668c0ed893f53edc0f9fa880cb50b48f203"
+SRCREV = "d019e3d2ae739128635d36e1b6612df9bb49a3be"
S = "${WORKDIR}/git"