diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-22 09:24:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-26 10:35:27 +0100 |
commit | c1bb523bf779f3c1602b70d557b7009c05c59f54 (patch) | |
tree | fa26ccc9429a53af7946176f68bea787f7dadc9c /meta/recipes-support | |
parent | dd0a8f19d1546abc4c31c0047bcc4822163ec132 (diff) | |
download | poky-c1bb523bf779f3c1602b70d557b7009c05c59f54.tar.gz |
boost: upgrade 1.82.0 -> 1.83.0
(From OE-Core rev: 549c4203956afb4ac91d15031c63f01adafb383a)
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/boost/boost-1.83.0.inc (renamed from meta/recipes-support/boost/boost-1.82.0.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-support/boost/boost-build-native_1.83.0.bb (renamed from meta/recipes-support/boost/boost-build-native_1.82.0.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-support/boost/boost_1.83.0.bb (renamed from meta/recipes-support/boost/boost_1.82.0.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost-1.82.0.inc b/meta/recipes-support/boost/boost-1.83.0.inc index 39d3c9ce5d..da275f18c1 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])}" | |||
12 | BOOST_P = "boost_${BOOST_VER}" | 12 | BOOST_P = "boost_${BOOST_VER}" |
13 | 13 | ||
14 | SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2" | 14 | SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2" |
15 | SRC_URI[sha256sum] = "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6" | 15 | SRC_URI[sha256sum] = "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" | 17 | UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" |
18 | UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/" | 18 | 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 index dcfb65e3d6..a345bac499 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" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" |
10 | SRCREV = "9f488e003a568dffe0caed05d86ed6f1a8f8c7f3" | 10 | SRCREV = "8d86b9a85407d73d6e8c631771f18c2a237d2d71" |
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))" | 13 | 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 index 4b580d078b..4b580d078b 100644 --- a/meta/recipes-support/boost/boost_1.82.0.bb +++ b/meta/recipes-support/boost/boost_1.83.0.bb | |||