diff mbox series

[09/40] boost: upgrade 1.82.0 -> 1.83.0

Message ID 20230922072431.1481743-9-alex@linutronix.de
State Accepted, archived
Commit 549c4203956afb4ac91d15031c63f01adafb383a
Headers show
Series [01/40] systemd: upgrade 254 -> 254.4 | expand

Commit Message

Alexander Kanavin Sept. 22, 2023, 7:24 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../boost/{boost-1.82.0.inc => boost-1.83.0.inc}                | 2 +-
 ...oost-build-native_1.82.0.bb => boost-build-native_1.83.0.bb} | 2 +-
 meta/recipes-support/boost/{boost_1.82.0.bb => boost_1.83.0.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/boost/{boost-1.82.0.inc => boost-1.83.0.inc} (90%)
 rename meta/recipes-support/boost/{boost-build-native_1.82.0.bb => boost-build-native_1.83.0.bb} (92%)
 rename meta/recipes-support/boost/{boost_1.82.0.bb => boost_1.83.0.bb} (100%)

Comments

Khem Raj Sept. 25, 2023, 4:37 a.m. UTC | #1
This fails cpp-netlib in meta-oe -
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3169/steps/14/logs/stdio

On Fri, Sep 22, 2023 at 12:24 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  .../boost/{boost-1.82.0.inc => boost-1.83.0.inc}                | 2 +-
>  ...oost-build-native_1.82.0.bb => boost-build-native_1.83.0.bb} | 2 +-
>  meta/recipes-support/boost/{boost_1.82.0.bb => boost_1.83.0.bb} | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/boost/{boost-1.82.0.inc => boost-1.83.0.inc} (90%)
>  rename meta/recipes-support/boost/{boost-build-native_1.82.0.bb => boost-build-native_1.83.0.bb} (92%)
>  rename meta/recipes-support/boost/{boost_1.82.0.bb => boost_1.83.0.bb} (100%)
>
> diff --git a/meta/recipes-support/boost/boost-1.82.0.inc b/meta/recipes-support/boost/boost-1.83.0.inc
> 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 39d3c9ce5da..da275f18c1f 100644
> --- a/meta/recipes-support/boost/boost-1.82.0.inc
> +++ b/meta/recipes-support/boost/boost-1.83.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] = "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6"
> +SRC_URI[sha256sum] = "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e"
>
>  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.82.0.bb b/meta/recipes-support/boost/boost-build-native_1.83.0.bb
> 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 dcfb65e3d6e..a345bac4999 100644
> --- a/meta/recipes-support/boost/boost-build-native_1.82.0.bb
> +++ b/meta/recipes-support/boost/boost-build-native_1.83.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 = "9f488e003a568dffe0caed05d86ed6f1a8f8c7f3"
> +SRCREV = "8d86b9a85407d73d6e8c631771f18c2a237d2d71"
>  PE = "1"
>
>  UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
> diff --git a/meta/recipes-support/boost/boost_1.82.0.bb b/meta/recipes-support/boost/boost_1.83.0.bb
> similarity index 100%
> rename from meta/recipes-support/boost/boost_1.82.0.bb
> rename to meta/recipes-support/boost/boost_1.83.0.bb
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#188053): https://lists.openembedded.org/g/openembedded-core/message/188053
> Mute This Topic: https://lists.openembedded.org/mt/101516856/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-support/boost/boost-1.82.0.inc b/meta/recipes-support/boost/boost-1.83.0.inc
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 39d3c9ce5da..da275f18c1f 100644
--- a/meta/recipes-support/boost/boost-1.82.0.inc
+++ b/meta/recipes-support/boost/boost-1.83.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] = "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6"
+SRC_URI[sha256sum] = "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e"
 
 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.82.0.bb b/meta/recipes-support/boost/boost-build-native_1.83.0.bb
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 dcfb65e3d6e..a345bac4999 100644
--- a/meta/recipes-support/boost/boost-build-native_1.82.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_1.83.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 = "9f488e003a568dffe0caed05d86ed6f1a8f8c7f3"
+SRCREV = "8d86b9a85407d73d6e8c631771f18c2a237d2d71"
 PE = "1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
diff --git a/meta/recipes-support/boost/boost_1.82.0.bb b/meta/recipes-support/boost/boost_1.83.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.82.0.bb
rename to meta/recipes-support/boost/boost_1.83.0.bb