From: wangmy Date: Thu, 22 Apr 2021 07:58:24 +0000 (+0800) Subject: boost: upgrade 1.75.0 -> 1.76.0 X-Git-Tag: uninative-3.1~81 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14b597845ad7b97e84c652ce56e137dc4b9d23b9;p=openembedded-core.git boost: upgrade 1.75.0 -> 1.76.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost-1.75.0.inc b/meta/recipes-support/boost/boost-1.76.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.75.0.inc rename to meta/recipes-support/boost/boost-1.76.0.inc index e5a8488c58..3ae5a25b29 100644 --- a/meta/recipes-support/boost/boost-1.75.0.inc +++ b/meta/recipes-support/boost/boost-1.76.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://dl.bintray.com/boostorg/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb" +SRC_URI[sha256sum] = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "boostorg/release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost_1.75.0.bb b/meta/recipes-support/boost/boost_1.76.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.75.0.bb rename to meta/recipes-support/boost/boost_1.76.0.bb