summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-07 01:40:36 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-08 02:02:49 +0300
commit50bacf7c3a3e7b4fdfa350000a1ca64226dbeaf0 (patch)
treeca03d29822a0c53649e6ffe8bfb7a2a70a277a8e
parent9b5474041f64c71d192d96aa454e4bf90eaf5506 (diff)
downloadopenbmc-50bacf7c3a3e7b4fdfa350000a1ca64226dbeaf0.tar.xz
bmcweb: srcrev bump 0a9c11e85e..9ba7393450
Abhishek Patel (1): PATCH userGroups Information ("AccountTypes") Andrew Geissler (1): bmc-ready: provide special error return on BMCNotReady Ed Tanous (1): Remove extra character Ninad Palsule (1): Add AccountTypes in POST Accounts service Change-Id: Id9e827a359113a0a385cbaddca11dd32e23e3fdf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index be6a4e5fe2..94d132b87c 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "0a9c11e85eb92140ba8d7120244b97cad615d483"
+SRCREV = "9ba73934501fc4bfe8edf74b8a0211701b6d58ca"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"