summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-04-19 14:10:21 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-21 00:24:31 +0300
commit5eaa2ab8ab72689dd77f3faea40b8b1031da65ea (patch)
treeb77992b938c54343cf1a86725d2c997d77ff0a3a
parent64531ba0d6fc09491bc252b3df23d954e57801e5 (diff)
downloadopenbmc-5eaa2ab8ab72689dd77f3faea40b8b1031da65ea.tar.xz
phosphor-user-manager: srcrev bump 7ba91cba7a..0e171698df
Patrick Williams (1): build: enable C++20 Change-Id: I6e6397106dd2dcbb1eec7569782f4e52d1c896cd 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 bee077c5e8..c814a98464 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -39,5 +39,5 @@ DBUS_SERVICE:phosphor-ldap = " \
xyz.openbmc_project.Ldap.Config.service \
"
SRC_URI += "git://github.com/openbmc/phosphor-user-manager;branch=master;protocol=https"
-SRCREV = "7ba91cba7aa350cabc25dd92d62da1d6fa8e75c0"
+SRCREV = "0e171698dfc4aa71e2b4e47d52777a439bf7cf14"
S = "${WORKDIR}/git"