summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-04 22:10:12 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-04 22:10:12 +0300
commitc3489c67962ede4e5294b98c0614957be9df9b5f (patch)
tree9080265f6948ec2e01a9e40bd49d66442baa78d9 /meta-phosphor/recipes-phosphor
parent325e49974156a0369dff9836093ddcec0b4011df (diff)
downloadopenbmc-c3489c67962ede4e5294b98c0614957be9df9b5f.tar.xz
bmcweb: srcrev bump 46b302837c..f7afb17bf0
Alexander Hansen (1): bugfix: find existing powersupply for power sensor Jayaprakash Mutyala (1): virtual_media: Fix for bmcweb crash Lakshmi Yadlapati (1): Update depth parameter in getPCIeDeviceList Change-Id: Ic880da7c4aa8f5ebeef85874b2a3d386bd6bffa2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-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 9be0d50691..9f71b034ef 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "46b302837c3c44376da3ba6b72fb70b7b2ce1c11"
+SRCREV = "f7afb17bf0a84101b26474bbd4dfc8f3aa3eb3f7"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"