summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-21 00:40:22 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-21 00:40:22 +0300
commitb2fb440e72bc64c88ffaa1599645d374e87dc8f7 (patch)
tree4cc856633d94e1a78dda20e4d1e07886d0acc747 /meta-phosphor/recipes-phosphor/interfaces
parentd81c93d5c54d0f8b3b14907baec645f22b7068d4 (diff)
downloadopenbmc-b2fb440e72bc64c88ffaa1599645d374e87dc8f7.tar.xz
bmcweb: srcrev bump b2896149c3..4d1db045ef
Ed Tanous (2): Make readJson accept object_t Change logging to default to Error/Critical Change-Id: I15b436f5d7fc72631d64f352baaebf1e2d3cd18a 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 6c31f40832..b6cd709767 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 = "b2896149c39967dd9d1ee79357bdc53537cfabd7"
+SRCREV = "4d1db045ef30d0b717220d2ef61530c2b1fb0bb1"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"