bmcweb: srcrev bump 62d5e2e47f..609145a7d1
Ed Tanous (6):
Move AccountService to node structure
Implement AccountService PATCH method
Unhardcode Enabled and Locked from AccountService
Implement AccountService DELETE method
Implement AccountService POST
Fix buffer bug in websockets
(From meta-phosphor rev: d26ae92853998cdc4cf70d02917850ea9f758328)
Change-Id: I5863ffc4028aac264e18b809c170242c46375167
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
index de419ec..9b4b968 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
@@ -13,7 +13,7 @@
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "62d5e2e47f76c062c06eefac9a3dc29d24c390f5"
+SRCREV = "609145a7d12bac2896391312b6c152721b273347"
S = "${WORKDIR}/git"