From 61a2a948b7c3b57c3a885c9d907a10b04c5ab43c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 8 Oct 2018 18:30:20 +0000 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb index de419ec9b..9b4b968aa 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "62d5e2e47f76c062c06eefac9a3dc29d24c390f5" +SRCREV = "609145a7d12bac2896391312b6c152721b273347" S = "${WORKDIR}/git" -- cgit v1.2.1