summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-17 19:50:21 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-05-18 03:55:39 +0300
commitd48a7e2c462e3f9496778402385b3d205b293544 (patch)
tree45e06051777beb9935c3291f59f3532b8a46c3d8 /meta-phosphor/recipes-phosphor
parent47521c8a8ceda4e8c1e0fc1338ad4b8e600d432a (diff)
downloadopenbmc-d48a7e2c462e3f9496778402385b3d205b293544.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 98e3b69e50..7e11a25181 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
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"