summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-13 01:10:17 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-13 01:10:17 +0300
commitf49705bb8fc8ba270aaeebb5580d8f75696620f1 (patch)
tree7258c7fba3df8859af6b01976578ac2a0d766c97 /meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
parent616de33948c01b6b828c9eca9fe65cf52a58fa3a (diff)
downloadopenbmc-f49705bb8fc8ba270aaeebb5580d8f75696620f1.tar.xz
bmcweb: srcrev bump ddfc67521c..fd06b304a7
Carson Labrado (1): Aggregation: Detect and fix all URI properties Ed Tanous (7): Make router take up less space for verbs Implement If-Match header in Http layer Generate Redfish enums from schemas Remove ObjectManager search code in sensors Make inventory get inventory paths Fix python packaging problem Mark redfish-protocol-validator 100% passing Edward Lee (1): Code move to prevent circular dependency George Liu (1): Add Accuracy property to sensors Jiaqing Zhao (1): log_service: Fix behavior of getting single PostCode entry Patrick Williams (4): format: reformat with latest openbmc-build-scripts markdownlint: fix all warnings clang-ignore: remove unneeded file black: re-format Change-Id: I305949775fd8a717213594dde98e4b60a2d31fdf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb')
-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 892b4d0e22..7033db0465 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 = "ddfc67521c537c372d54bc662c74c6e6b73be1c9"
+SRCREV = "fd06b304a7bdfb31e61b72376f2150b2a6e062f4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"