summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorMichal Orzel <michalx.orzel@intel.com>2023-08-30 12:16:34 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-08-30 21:01:33 +0300
commit7938f560bfdb60f73c6a6073673b8e39bb51b3d3 (patch)
tree2b50c493c020d809885ff2acfabe27fd83c6ce20 /meta-phosphor/recipes-phosphor/interfaces
parentab5062cf6f562ad0c844570ba1ea0089961848ca (diff)
downloadopenbmc-7938f560bfdb60f73c6a6073673b8e39bb51b3d3.tar.xz
meta-phosphor: bump authority changes
Bumping revisions in multiple projects in order to support changed name of authority certificate store service: - phosphor-certificate-manager: 2e8ef4ce...2e8fa88e Michal Orzel (1): config: Change authority D-Bus names - bmcweb: 0a4776cf...b2254ccd Michal Orzel (1): Change authority D-Bus names Myung Bae (1): Ignore Non-software-related events during Update - phosphor-user-manager: 24637e5f...23f82c1e Michal Orzel (1): Change authority D-Bus names Change-Id: If75951a40e7264102424e1d31a29f7c2e8a90f0e Signed-off-by: Michal Orzel <michalx.orzel@intel.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 d13cba2f08..79327ebd66 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 = "0a4776cf59f26dce6eadfbfc792b70fcc907621b"
+SRCREV = "b2254ccd4584285eb2a16fd1906c54d7c9bf0867"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"