summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-10 18:50:18 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-10 18:50:18 +0300
commitb8d31e3bb428b5dfc4a909b64db9056ba416bc3b (patch)
treea3585ae7173a28e6e53f4ab154b01db5b40cd8ec /meta-phosphor/recipes-phosphor/interfaces
parent9e6ea77e912a960a0c617ca561b348849fe5ff02 (diff)
downloadopenbmc-b8d31e3bb428b5dfc4a909b64db9056ba416bc3b.tar.xz
bmcweb: srcrev bump a56174963e..dfb2b40839
Carson Labrado (1): Aggregation: Add satellite only links Ed Tanous (2): Remove IBM console events from Redfish Simplify duration string parsing Priyanga Ramasamy (1): Incorrect value displayed for total system memory Change-Id: I61c9a9217dab9f2b873624d9df1ce8dfa16c2d96 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 d7556662d5..b33b52b69e 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 = "a56174963e1d8bd9fc90cdeb3aa7f1b7f2e0dca4"
+SRCREV = "dfb2b40839d6cd6b96e4d891c46d964c8f2c930b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"