summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-10 21:40:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-10 19:24:26 +0300
commit312d61307afdc47acbe9087534c69e55c7054fac (patch)
tree09d7791237712f96ac442451882ec8d93539a309 /meta-phosphor
parent220dafdb7243da3683b8a972c80a3719c2d137ef (diff)
downloadopenbmc-312d61307afdc47acbe9087534c69e55c7054fac.tar.xz
bmcweb: srcrev bump b8ad583f70..6fd295531d
Ed Tanous (1): Update to boost 1.83.0 Includes new dependency on boost url library Change-Id: I1ad49913a431d085f71ccbee497e492e315b2d2d 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
-rw-r--r--meta-phosphor/recipes-support/boost/boost_%.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 2600a8be02..154052744f 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 = "b8ad583f70f3f4acb9fb3883857a5f8d7af29fd3"
+SRCREV = "6fd295531d34a3f1df887200ad904321b6020ddd"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"
diff --git a/meta-phosphor/recipes-support/boost/boost_%.bbappend b/meta-phosphor/recipes-support/boost/boost_%.bbappend
index cde1a47126..faa0091860 100644
--- a/meta-phosphor/recipes-support/boost/boost_%.bbappend
+++ b/meta-phosphor/recipes-support/boost/boost_%.bbappend
@@ -10,7 +10,7 @@ PACKAGECONFIG:openbmc-phosphor:class-target = ""
#
#https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#boost
#
-BOOST_LIBS:openbmc-phosphor:class-target = "chrono thread context coroutine"
+BOOST_LIBS:openbmc-phosphor:class-target = "chrono thread context coroutine url"
BOOST_LIBS:openbmc-phosphor:class-target:append:df-etcd = " \
random system filesystem atomic date_time regex"