summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-05 18:30:16 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-06 01:53:37 +0300
commit88706adb3971448dce3b0455704681dc09c4687a (patch)
tree8b26dd6c715bb04b7d3fd01d640891554b321a9e /meta-phosphor
parent5126a8fa23a313f8e8ed4486dc32b0ad1201f8de (diff)
downloadopenbmc-88706adb3971448dce3b0455704681dc09c4687a.tar.xz
bmcweb: srcrev bump d51e39d958..9017faf291
Abhishek Patel (1): Add ServiceProviderNotify Jorge Cisneros (1): Problem with RemoteRoleMapping JSON Change-Id: I072cb1018d8924b27e4388af755b70534c09f601 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-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 3bb8cd6114..64c1e03129 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 = "d51e39d958a63f01b5cfbbc8e9c54b0694f8c104"
+SRCREV = "9017faf2918308a375f37bebc9d431da9a75a7b2"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"