]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
boost: upgrade 1.82.0 -> 1.83.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 22 Sep 2023 07:24:00 +0000 (09:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Sep 2023 09:35:07 +0000 (10:35 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost-1.83.0.inc [moved from meta/recipes-support/boost/boost-1.82.0.inc with 90% similarity]
meta/recipes-support/boost/boost-build-native_1.83.0.bb [moved from meta/recipes-support/boost/boost-build-native_1.82.0.bb with 92% similarity]
meta/recipes-support/boost/boost_1.83.0.bb [moved from meta/recipes-support/boost/boost_1.82.0.bb with 100% similarity]

similarity index 90%
rename from meta/recipes-support/boost/boost-1.82.0.inc
rename to meta/recipes-support/boost/boost-1.83.0.inc
index 39d3c9ce5da8bfc205010c690b8055973c48e78c..da275f18c1f75fca529e42ee62dd6d046aeee97e 100644 (file)
@@ -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] = "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6"
+SRC_URI[sha256sum] = "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/"
similarity index 92%
rename from meta/recipes-support/boost/boost-build-native_1.82.0.bb
rename to meta/recipes-support/boost/boost-build-native_1.83.0.bb
index dcfb65e3d6e243b6161e456f96bef71d7f7b64d7..a345bac49994e0cb2bf8e820f9eb7f74801fab38 100644 (file)
@@ -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 = "9f488e003a568dffe0caed05d86ed6f1a8f8c7f3"
+SRCREV = "8d86b9a85407d73d6e8c631771f18c2a237d2d71"
 PE = "1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"