summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-02 02:00:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-03 00:38:23 +0300
commit8b18ef73a44fee51db210be816ad808d299fdaf5 (patch)
tree3e5fb73bc7c127a6a3eca4f1304675b65078141a
parent985632efb8139383139644a1d34987f73b88761e (diff)
downloadopenbmc-8b18ef73a44fee51db210be816ad808d299fdaf5.tar.xz
bmcweb: srcrev bump 522377dcb8..59a17e4f40
Ed Tanous (1): Move to file_body in boost George Liu (1): Rename getLocationIndicatorActive/setLocationIndicatorActive Change-Id: I19ec29d295090da4e06096470f022084dd3508cc 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 5fc79e6151..947016411a 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 = "522377dcb85082da598403e104a44d621b4c2bb4"
+SRCREV = "59a17e4f40c78c6ee04f68a369fb9c041f64122d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"