summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-09-02 23:22:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-08 18:02:39 +0100
commit679159848dc6215f240f859859c978a1db7a178b (patch)
treea127e7269bed517a0056c2a5b4ccadc228f9f6a4
parenta25eb24eed30b3b07dcf7268e550b8711e843abb (diff)
downloadpoky-679159848dc6215f240f859859c978a1db7a178b.tar.gz
boost-build-native: upgrade 1.87 -> 1.89
Changelog: https://www.boost.org/releases/1.89.0/ (From OE-Core rev: d1a1dedc92f90901998a8dec31450bb219c58c0a) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/boost/boost-build-native_1.89.0.bb (renamed from meta/recipes-support/boost/boost-build-native_1.87.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost-build-native_1.87.0.bb b/meta/recipes-support/boost/boost-build-native_1.89.0.bb
index 5b914b6f88..911de72bc1 100644
--- a/meta/recipes-support/boost/boost-build-native_1.87.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_1.89.0.bb
@@ -6,8 +6,8 @@ SECTION = "devel"
6LICENSE = "BSL-1.0" 6LICENSE = "BSL-1.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" 7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
8 8
9SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" 9SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master;tag=boost-${PV}"
10SRCREV = "4a52d8c06635435b64e31a56eaf7ca5dc912a71d" 10SRCREV = "be69c44857e34fae250aa1321808a05c1d88bfde"
11PE = "1" 11PE = "1"
12 12
13UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))" 13UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"