summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-03 20:40:21 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-04 01:58:09 +0300
commita6aee3370fe289f4270f742a959729cbe9e4fae1 (patch)
tree5136c5db2576181c35f20cd7428269182dc950b8
parent2a0b575ff836b5fbf0d82c8ec5f7129d90290363 (diff)
downloadopenbmc-a6aee3370fe289f4270f742a959729cbe9e4fae1.tar.xz
bmcweb: srcrev bump 7f57f19593..d51e39d958
Ed Tanous (5): Fix sensor override Add missing inline on function prototype Remove extra semi colons Ignore clang warning Remove old TODO Change-Id: Iba0cfc880bfb9dab25521f6298f4a002503a2776 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 9698bc1484..3bb8cd6114 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "7f57f19593fc87da79caa9d7da77976622c933ae"
+SRCREV = "d51e39d958a63f01b5cfbbc8e9c54b0694f8c104"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"