summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-12-25 12:10:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-12-30 21:19:02 +0300
commitb9a7471badd1cc16eb1de878b0caaa7a431f8fc2 (patch)
treea6d83385c5612c692899e43d1b7812aa25477c13 /meta-phosphor/recipes-phosphor/interfaces
parentd97a0174cfe7fc881fc1b34f39ffbab7ee351b7f (diff)
downloadopenbmc-b9a7471badd1cc16eb1de878b0caaa7a431f8fc2.tar.xz
bmcweb: srcrev bump c48377db9e..a88942019f
zhaogang.0108 (1): bmcweb: Add nullptr check for weakptr Change-Id: I869e09b600f841652ef27978b68c838aa246c465 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 5346a66ab3..5b2d1726f2 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 = "c48377db9e745fe5169b58cf2812ff306c30057a"
+SRCREV = "a88942019fdd3d8fc366999f7c178f3e1c18b2fe"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"