bmcweb: srcrev bump fc1cdd1482..19bb362b5b
Ed Tanous (6):
Fix typo regression
Remove unused variable
Fix crash on subscriptions
Fix meson warnings on symlinks
Fix markdownlint issues
EventDestination: Implement VerifyCertificate
Change-Id: Iebc87fe94fb41854f288d12a0af996d3f598f38b
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 e0daf9e..7bdbe47 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 = "fc1cdd1482eba26a8336f08f4d8af67e47c2adc4"
+SRCREV = "19bb362b5b45e36db3c4d2db2fafdf191259972b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"