summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-08 19:10:07 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-03-11 15:33:00 +0300
commita52ca8a00fda61a99b5be18809133f8b50119a74 (patch)
tree9fe1f35d52cc9605ab5f39371e0a2bd22094cf0f
parent26db796c837403eff6b64ec0c1e5a7a8f9a32982 (diff)
downloadopenbmc-a52ca8a00fda61a99b5be18809133f8b50119a74.tar.xz
bmcweb: srcrev bump ce73d5c851..e715d14b25
Ed Tanous (1): Fix behavior when service is missing Change-Id: I7c77ee087ab48a38c8f5810c034ca8fbf12008f8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 d150d7dd6e..c31f4f702f 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 = "ce73d5c8517e0b85d85de345f10c82c24cbb067b"
+SRCREV = "e715d14b258a764f0e41559fe4a5e9f7d2efe314"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"