summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-11 22:51:07 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-11 22:51:07 +0300
commitd00d90532c67c23c26e3b98e3337f0fc3e39119d (patch)
treee2e3faa8aae5b393d3a32d87cef7bc4ac9298b59 /meta-phosphor
parent41dbfe57423f02962305c71fa25b39ed69723d6a (diff)
downloadopenbmc-d00d90532c67c23c26e3b98e3337f0fc3e39119d.tar.xz
bmcweb: srcrev bump 32d9a653b2..ce05f6c443
Carson Labrado (1): Aggregation: Fix header clobbering Nan Zhou (1): thermal subsystem: iwyu Change-Id: I21c3eb60b25c6efec1dde6ee3968cb9a443e2b59 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 43ed814405..bc251a2ffc 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 = "32d9a653b253e963eab9c9d49a377d4d48e9ea8a"
+SRCREV = "ce05f6c443944f7243e7a134990e7ce689c61f49"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"