summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-09-02 04:11:52 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-03 14:18:16 +0300
commitc53015f3556ae59e45ee2056bf77ea8882732b05 (patch)
treeda5389ec7e82093c8683e833ebe9f9cc1f956a0d
parentac587b7d4eeb6c11518fd3207a961f4cb376ce52 (diff)
downloadopenbmc-c53015f3556ae59e45ee2056bf77ea8882732b05.tar.xz
bmcweb: srcrev bump 1e75e1dde0..382d64759b
Ali Ahmed (1): Move nested dbus calls in getComputerSystem Ed Tanous (5): Allow custom 404 handlers Add Method Not Allowed (405) handler Add 405 handler for redfish Move ipv4VerifyIpAndGetBitcount into ip_utils Fix regression in pid setting John Edward Broadbent (1): redfish: Add the percent lifeleft to drive Krzysztof Grobelny (1): used sdbusplus::unpackPropertiesNoThrow part 6 Change-Id: Ic7d427d2eefd4dacab8f554b8e1e83e14821d793 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 f272fb8a69..cce929d702 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 = "1e75e1dde032e327f16cf7270b0de621f0c6ccc6"
+SRCREV = "382d64759b0848f18bad9e0d85a8291529ced0e9"
S = "${WORKDIR}/git"