bmcweb: srcrev bump b2c7e20813..039a47e347
Carson Labrado (1):
Add callback for response handling to HttpClient
Ed Tanous (4):
Move update service post to free method
Change UpdateService POST URI
Fake out allow header in UpdateService
Handle HEAD and Allow headers per the spec
Change-Id: Id4d6270ea437cd1d70e6d92e7c7d81d08de5f883
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 98e3b69..7e11a25 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "b2c7e20813074bf498fb0030ee800d1424fcf460"
+SRCREV = "039a47e3474d5667d295984f330e876aef309eac"
S = "${WORKDIR}/git"