bmcweb: srcrev bump 797d5dae9e..a1cbc19208
Hieu Huynh (1):
Fix If Match header in Http layer
Change-Id: Id211b6b62a4949f0326038cba67c1252cebb8403
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 a4a00e7..0ccda92 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "797d5dae9eed4e783d065be24f5ac0bf4ffe1a1a"
+SRCREV = "a1cbc1920833ae7f7cf9c2e7df06e37dc7f9f530"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"