summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-17 03:50:14 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-17 05:01:01 +0300
commit7cc9eb3d638402f75a2014cd32f515bd7e603dd2 (patch)
tree8c4c06837a4c247934fe8ba6ea4bcb9bcbc1ed89 /meta-phosphor/recipes-phosphor/interfaces
parent4577009057e9a59177bec9a580f0d2db6ef759ee (diff)
downloadopenbmc-7cc9eb3d638402f75a2014cd32f515bd7e603dd2.tar.xz
bmcweb: srcrev bump bad2c4a9a1..ddd70dcaa5
Ed Tanous (3): Boost::urls::format Remove flat_set from EthernetInterfaces Use array Gunnar Mills (2): README: Move to "meson setup [options]" Remove done TODO Lakshmi Yadlapati (3): Add State information for PCIeDevice Fix invalid PCIeType in pcie_slots Fix documentation for PCIeDevice properties vijayabharathi shetty (1): Fix certificate replacement error code issue Change-Id: I66bb2a4256b9004ffd9617e8122f181737f487a4 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 4d2e814777..5c2dd08715 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 = "bad2c4a9a1095e5e41959bfc5bc56102bbd2a79a"
+SRCREV = "ddd70dcaa56bd51eaa0b192cd2c5c7bdcc1c3576"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"