summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-07 21:00:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-07 21:55:06 +0300
commit46a484edd8df5f041c35a82ac5c528973cff8c66 (patch)
treeaa85a6df95717a254fe12548cef25793f702295d
parent458bb9e6f8cd0b96275ced4a7282dd16896e8b87 (diff)
downloadopenbmc-46a484edd8df5f041c35a82ac5c528973cff8c66.tar.xz
bmcweb: srcrev bump 1ccf70f116..e01d0c36af
Ed Tanous (1): Fix bugprone-unchecked-optional-access findings Change-Id: Ie734499a98708cc36267ea069ed22a63752800b2 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 dc6b32bc51..2381fda969 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 = "1ccf70f116b28a0f78404b914a789ce05f411ddf"
+SRCREV = "e01d0c36af115ed46d54b5dbbacfe3ad92226bd3"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"