From 14b597845ad7b97e84c652ce56e137dc4b9d23b9 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 22 Apr 2021 15:58:24 +0800 Subject: [PATCH] boost: upgrade 1.75.0 -> 1.76.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../boost/{boost-1.75.0.inc => boost-1.76.0.inc} | 2 +- meta/recipes-support/boost/{boost_1.75.0.bb => boost_1.76.0.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/boost/{boost-1.75.0.inc => boost-1.76.0.inc} (90%) rename meta/recipes-support/boost/{boost_1.75.0.bb => boost_1.76.0.bb} (100%) 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 e5a8488c588..3ae5a25b29c 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 -- 2.47.2