bmcweb: srcrev bump 92e26be5be..2539e69ce1
Chanh Nguyen (1):
Add message registry for power button long press
Ed Tanous (2):
Refactor
Add property error
Krzysztof Grobelny (1):
Improved telemetry service error handling
Change-Id: Iebde4208e5e6a78041b56d51b7950613c9e67c43
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 9226858..7af7612 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "92e26be5be5219dc04df63961b563ec2906aa217"
+SRCREV = "2539e69ce10b61cef945d6dc83a1d603050dc2f5"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"