summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-27 20:30:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-28 00:59:32 +0300
commit0ed144b9ead60b5fbcecd05903c9b06efa65d822 (patch)
tree8498cadf5da8b94f186d80899c1e61c0a400738c /meta-phosphor/recipes-phosphor/interfaces
parent64498fba605cc4235366507dbd9f2fc7db28909f (diff)
downloadopenbmc-0ed144b9ead60b5fbcecd05903c9b06efa65d822.tar.xz
bmcweb: srcrev bump db7b3876bc..522377dcb8
Jonathan Doman (1): Refactor populateUserInfo Lakshmi Yadlapati (1): Refactor getComputerSystem Change-Id: I311eccaa6eacf5822f33112402c1c369fddd8e12 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 649950f65a..5fc79e6151 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 = "db7b3876bc537dc927f162952e060d91ed1e3f7b"
+SRCREV = "522377dcb85082da598403e104a44d621b4c2bb4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"