From: Wang Mingyu Date: Mon, 12 May 2025 09:02:49 +0000 (+0800) Subject: boost: upgrade 1.87.0 -> 1.88.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aaa023d0a55cce49b4d6bad53137c97386d31bf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git boost: upgrade 1.87.0 -> 1.88.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost-1.87.0.inc b/meta/recipes-support/boost/boost-1.88.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.87.0.inc rename to meta/recipes-support/boost/boost-1.88.0.inc index c6e55b239eb..917f1a9600f 100644 --- a/meta/recipes-support/boost/boost-1.87.0.inc +++ b/meta/recipes-support/boost/boost-1.88.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89" +SRC_URI[sha256sum] = "46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost_1.87.0.bb b/meta/recipes-support/boost/boost_1.88.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.87.0.bb rename to meta/recipes-support/boost/boost_1.88.0.bb