summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-03 18:40:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-03 22:40:13 +0300
commita7600be6b7ec039c87c58cf2cd7de0347b44f0ee (patch)
tree10d61cc4ec5e66f3b7e511af998e7e02df39ac1b
parent5d174e56233f71abfe82cd0fb0516b62bb222fcb (diff)
downloadopenbmc-a7600be6b7ec039c87c58cf2cd7de0347b44f0ee.tar.xz
bmcweb: srcrev bump 59ba63885e..1ccf70f116
Myung Bae (2): Fix logging level handling Show Update error type on logs if unknown Change-Id: Ibff3bf74ac609e07d8d46f349e07f0d05d79bfb8 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 16f59d43c8..dc6b32bc51 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 = "59ba63885eadecea4bd722141cd41bffecf96397"
+SRCREV = "1ccf70f116b28a0f78404b914a789ce05f411ddf"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"