summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-18 03:40:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-18 16:32:15 +0300
commit5f87057d2a821cdd12f056c904aa150e30e2dc93 (patch)
treeca6e468dd39a88e87f39bf249dc911ad49de84fd
parent8d0415bbc1e6ade8cc43b923bce1071cf50ccf37 (diff)
downloadopenbmc-5f87057d2a821cdd12f056c904aa150e30e2dc93.tar.xz
bmcweb: srcrev bump 4efe3e0c02..9d192c74ab
Ed Tanous (2): Fix clang-tidy issue in aggregation Copy privilegeset into websocket rule Change-Id: Ic6a27189affbd9956f6ff5975a79c168839ce238 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 d80c2e66dc..f5e7a54cbc 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 = "4efe3e0c02ed5d955175fd863a575e2709a6e461"
+SRCREV = "9d192c74ab336adb662312e955ad292e5e48b44e"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"