summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-09-26 20:10:36 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-09-27 00:10:03 +0300
commite299afcb9dec20f6248230c25167d817ab8f49e1 (patch)
tree30c3ee47ca338674478beee1179ec7aa7972fabd /meta-phosphor
parente724b85f7a594459656a1813560b79ae1a2517ac (diff)
downloadopenbmc-e299afcb9dec20f6248230c25167d817ab8f49e1.tar.xz
bmcweb: srcrev bump a14c911322..26d3b0fb50
Chandra Harkude (1): Fix error codes Change-Id: I574bc192d9ec5ea6f3086abcbe5132efbd9cf401 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 8a724e0ef6..b50c4885e6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "a14c9113226dcae33a36eb4e50abbcc28be998ae"
+SRCREV = "26d3b0fb502ba522c33621e43c9679d47c7db2d2"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"