summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-01 23:40:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-02 02:48:25 +0300
commit1c0d26b2b248f9426b69af37e7f6d5f0d75ba483 (patch)
treefc9350edcf6bf8f8cb73720d03ddeb7d140b98a6
parent34506462494f0cc85090272833dd7b7248d24495 (diff)
downloadopenbmc-1c0d26b2b248f9426b69af37e7f6d5f0d75ba483.tar.xz
bmcweb: srcrev bump 8ed41c35a3..59ba63885e
Ed Tanous (1): Refactor login/logout Gunnar Mills (1): Revert "Cache user role in session object" Lukasz Kazmierczak (1): Add PATCH for MetricReportDefinition Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: I7026e3844745d3d628d8437b1cb5771322500cc6 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 acc3401068..16f59d43c8 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "8ed41c35a314580bb794fa0fff2e01b0bf7efcf7"
+SRCREV = "59ba63885eadecea4bd722141cd41bffecf96397"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"