summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-12-22 17:11:39 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-22 20:13:52 +0300
commitd4c91051815b66e4fae4cba579b0c605ce542e7a (patch)
tree5e5b3323809452022a5b28be37d6b1f4aaebe1eb
parentd303b7b434d871384abc0f50b5ed26102f7f8537 (diff)
downloadopenbmc-d4c91051815b66e4fae4cba579b0c605ce542e7a.tar.xz
phosphor-user-manager: srcrev bump ce4e1aa087..ce89bfcd3b
Jiaqing Zhao (1): Set expiry date to 1970-01-01 to disable account Change-Id: Idf0e9b011a221ac06335df4c1b23461a74a5ed05 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 21d1c814f..df16638bf 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 = "ce4e1aa087ca4ce62069106482285c1acf13499b"
+SRCREV = "ce89bfcd3b4744675bd32bb83f87c4148837ecf8"
S = "${WORKDIR}/git"