summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-27 20:20:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-28 00:29:55 +0300
commitc89acb5327b2e18c3d8d100442c0ea88f1e97c5b (patch)
tree3e9f6f2092320b91de50bbc28c7663b2b0c76042
parent41e5a83cf1d1e44072225edbcc73bf80edda9170 (diff)
downloadopenbmc-c89acb5327b2e18c3d8d100442c0ea88f1e97c5b.tar.xz
bmcweb: srcrev bump 02e01b5108..28f4b387a0
Ed Tanous (2): Remove number support from the router Remove nameStr from router Change-Id: I54677faa24f3f645482958ec385928d3849f26db 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 7de3a5b50e..34ec93a94d 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 = "02e01b5108d46720a0b438c0d79952464320d954"
+SRCREV = "28f4b387a0f448f0be1b746a85fc58458ece8db3"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"