summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-10-14 18:50:25 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-10-14 21:49:28 +0300
commit61fd99b7209ec6f9d99cfef9fed298a56a1f5105 (patch)
treee7f1a89cfa2170f28cb0c252f125a3539415dbc4
parente026becc4bbbee6bf0104e29b02bbc7e49f072b6 (diff)
downloadopenbmc-61fd99b7209ec6f9d99cfef9fed298a56a1f5105.tar.xz
bmcweb: srcrev bump c5bcf35f5b..d3a48a141a
Ed Tanous (5): json utility: Update sort algorithms Write test to ensure that redfish validates Add unit test for trailing slashes Move UserSubscription to composition Refactor eventMatchesFilter Gunnar Mills (1): Extend multi system date Hieu Huynh (2): dateStringToEpoch: add the additional format Support ProductionDate report Jagpal Singh Gill (1): update service: update the updateable BMC Lakshmi Yadlapati (1): Refactor mapper calls to use getAssociatedSubTreePathsById Myung Bae (2): Fix PowerSupply GET error Reformat with Never-AlignTrailingComments style Patrick Williams (1): subprojects: nlohmann-json: update to 3.11.3 Change-Id: I72dc22a4856bcacc2e217e5f93e26bbdb3c56357 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 eb8e20a28d..86a61891a9 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "c5bcf35f5b284e2df3b81202cee04996fd647cd9"
+SRCREV = "d3a48a141a5849ba10d7a36441eaf7baae0d4165"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"