From 003a472f4055a1e0422e6646c1915cb5fd67a006 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 15 Apr 2024 10:00:22 -0500 Subject: bmcweb: srcrev bump 76b038f20f..87c449664e Asmitha Karunanithi (1): Move to Redfish setProperty call Ed Tanous (14): Simplify router Fix large copies with url_view and segments_view Fix buffer_copy Give static analysis some hints Remove logically dead code Remove logically dead code Fix file removal Add nullptr check Remove a copy Use rvalue reference Fix a couple includes to use <> instead of "" Fix post code parsing Fix nullptr failures for image upload Use beast message_generator Change-Id: I8fff254e3b857518ecc1fcb4885913068131a935 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 16e994db8e..06510b0e80 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 = "76b038f20fed54ff61450a175160dc0af21b3cf9" +SRCREV = "87c449664e5375abb040af6fad63ef965c311bec" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https" -- cgit v1.2.3