diff mbox series

boost: upgrade 1.81.0 -> 1.82.0

Message ID 1681718671-19418-4-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 9d9042f58f6bbb7d9f0441436556ceb887887866
Headers show
Series boost: upgrade 1.81.0 -> 1.82.0 | expand

Commit Message

Mingyu Wang (Fujitsu) April 17, 2023, 8:04 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
https://www.boost.org/users/history/version_1_82_0.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost/{boost-1.81.0.inc => boost-1.82.0.inc}                | 2 +-
 ...oost-build-native_1.81.0.bb => boost-build-native_1.82.0.bb} | 2 +-
 meta/recipes-support/boost/{boost_1.81.0.bb => boost_1.82.0.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/boost/{boost-1.81.0.inc => boost-1.82.0.inc} (90%)
 rename meta/recipes-support/boost/{boost-build-native_1.81.0.bb => boost-build-native_1.82.0.bb} (92%)
 rename meta/recipes-support/boost/{boost_1.81.0.bb => boost_1.82.0.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-support/boost/boost-1.81.0.inc b/meta/recipes-support/boost/boost-1.82.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.81.0.inc
rename to meta/recipes-support/boost/boost-1.82.0.inc
index 291796c736..39d3c9ce5d 100644
--- a/meta/recipes-support/boost/boost-1.81.0.inc
+++ b/meta/recipes-support/boost/boost-1.82.0.inc
@@ -12,7 +12,7 @@  BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa"
+SRC_URI[sha256sum] = "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost-build-native_1.81.0.bb b/meta/recipes-support/boost/boost-build-native_1.82.0.bb
similarity index 92%
rename from meta/recipes-support/boost/boost-build-native_1.81.0.bb
rename to meta/recipes-support/boost/boost-build-native_1.82.0.bb
index d01c7658d5..dcfb65e3d6 100644
--- a/meta/recipes-support/boost/boost-build-native_1.81.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_1.82.0.bb
@@ -7,7 +7,7 @@  LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master"
-SRCREV = "0271fafc1141c182d4aaa8db8b1c08a109d04c87"
+SRCREV = "9f488e003a568dffe0caed05d86ed6f1a8f8c7f3"
 PE = "1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
diff --git a/meta/recipes-support/boost/boost_1.81.0.bb b/meta/recipes-support/boost/boost_1.82.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.81.0.bb
rename to meta/recipes-support/boost/boost_1.82.0.bb