summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-03 17:30:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-03 23:56:05 +0300
commit0a607d0ce6f45fb2dca94ae824b00e07941d73d3 (patch)
tree0f99620ea161228e427faaa958c0267f2cc1f31b /meta-phosphor/recipes-phosphor/interfaces
parenta47c5b723bcdfaa7cf02609c9f8a38eaea4d1e43 (diff)
downloadopenbmc-0a607d0ce6f45fb2dca94ae824b00e07941d73d3.tar.xz
bmcweb: srcrev bump 36b5f1ed97..b8ad583f70
Gunnar Mills (1): Add trace when unknown user error Change-Id: I1fa67c1785b191674888b36e70ed1d7a8491c1fa 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 f76753ac58..2600a8be02 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 = "36b5f1ed97fe5806c53e0eb5b2f9a07e9a8acd5f"
+SRCREV = "b8ad583f70f3f4acb9fb3883857a5f8d7af29fd3"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"