summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-10-15 02:50:41 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-10-16 22:32:19 +0300
commitfafecc70d4882a0a8570266bf296774bbdb6b0dc (patch)
tree97aea71fe53fb1a1bf7ab96e3bb4a7c4fb9de3b6
parentbcd2862c008db41703dbfe1eff4f7cd94a202890 (diff)
downloadopenbmc-fafecc70d4882a0a8570266bf296774bbdb6b0dc.tar.xz
bmcweb: srcrev bump d3a48a141a..21a94d5cd4
George Liu (1): Implement TemperatureReadingsCelsius property for ThermalMetrics Myung Bae (2): Format readjson Fix coredump during subscription Change-Id: If07412fc61b9fff217fc0482b86fc8c53903b474 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 86a61891a9..13ce2ba026 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "d3a48a141a5849ba10d7a36441eaf7baae0d4165"
+SRCREV = "21a94d5cd4be74a85c978c0cd63e4c633093c531"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"