summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-09-29 00:00:11 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-29 21:46:33 +0300
commitcc4680c8b625b516bea1cbae2298552a2bb0c62f (patch)
treede22d0493445c866345c7af7735c21b6375636dc /meta-phosphor/recipes-phosphor/interfaces
parent81fb467624f0d52b24c1f966642f65e8f91a48ce (diff)
downloadopenbmc-cc4680c8b625b516bea1cbae2298552a2bb0c62f.tar.xz
bmcweb: srcrev bump f42e859032..36b5f1ed97
Lakshmi Yadlapati (1): Refactor getCollectionMembers Change-Id: I174cb3a970aa011ae552d9714ebcde760b61d741 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 9264fcb199..f76753ac58 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 = "f42e859032d9a28752108b327f02340be4de8de2"
+SRCREV = "36b5f1ed97fe5806c53e0eb5b2f9a07e9a8acd5f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"