summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-25 19:30:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-26 00:59:36 +0300
commit68ac86c49b6d2616610af438294b1210f7245f92 (patch)
treeed55ca454c28113e09282d19c546d7c931499efc
parent32ec58f5f8903a2e2e8d507ea540cae72ce4384c (diff)
downloadopenbmc-68ac86c49b6d2616610af438294b1210f7245f92.tar.xz
bmcweb: srcrev bump 72e2137737..02e01b5108
Boleslaw Ogonczyk Makowski (1): Fix regression in virtual media Lei YU (1): http_connection: Allow empty json objects Willy Tu (1): dbus_utility: Support new ObjectMapper methods Change-Id: I284fa8345d0bc077a9905595f5d2bd31edec6dd9 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 c89d38b83b..7de3a5b50e 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 = "72e21377372245b076c151f62a141153ab318bdd"
+SRCREV = "02e01b5108d46720a0b438c0d79952464320d954"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"