From caa2141d3779413acf7303d00fef9f895241eb0b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 2 Nov 2022 15:10:53 -0500 Subject: bmcweb: srcrev bump a9f68bb5f8..291d709d35 Ed Tanous (4): Fix meson warnings Upgrade required version of boost to 1.80 Fix meson warning Implement If-None-Match support for caching client Willy Tu (1): Update CollectionMembers to use UrlFromPieces Change-Id: I174db2be9544b88225b3a1041bdffff7d0a84129 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 4742cf92d1..4990bc1e93 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 = "a9f68bb5f8e9cfe03fc8b31be5558d4bef20a5f4" +SRCREV = "291d709d3505cb345259e7d78eb6c8b765499c1b" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1" -- cgit v1.2.3