bmcweb: srcrev bump c48377db9e..a88942019f
zhaogang.0108 (1):
bmcweb: Add nullptr check for weakptr
Change-Id: I869e09b600f841652ef27978b68c838aa246c465
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 5346a66..5b2d172 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "c48377db9e745fe5169b58cf2812ff306c30057a"
+SRCREV = "a88942019fdd3d8fc366999f7c178f3e1c18b2fe"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"