summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-22 03:50:17 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-03-22 14:33:03 +0300
commitf35649e85fdab2f4a267352b2f4e3c05bf090f5e (patch)
treecde6115831fc8c74ba4a2aa687b0d511ee4da08c /meta-phosphor/recipes-phosphor/interfaces
parentd83fe027653c7fd2560e1e6a6cfc69ad5b6c0dad (diff)
downloadopenbmc-f35649e85fdab2f4a267352b2f4e3c05bf090f5e.tar.xz
bmcweb: srcrev bump 4d1db045ef..e10f0176d6
Ed Tanous (13): Use readJson to simplify update Clean up Certificate Service to use readJson Clean up power/thermal to use readJsonObject Clean up processor to use readJson Clean up metric report definition to use readJsonObject Clean up Manager to use readJson Clean up management console rest to use readJson Clean up triggers to use readJson Clean up event service to use readJson Allow no spaces in content-type Allow routes with 5 wildcards Allow reading http2 bodies Revert "Refactor after login" Change-Id: I5eb310124600025f15e1a5b07546dedde13f3fb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 b6cd709767..4cefd8752d 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "4d1db045ef30d0b717220d2ef61530c2b1fb0bb1"
+SRCREV = "e10f0176d66a2737edefec71f40376566769712b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"