diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:02:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:20 +0100 |
commit | b2483c911161639304c11a779e1cc267cc0e26b4 (patch) | |
tree | 1c1d5829cf92b5c0dcbfc5dac811c326ce9cdfc5 /meta/recipes-support/boost | |
parent | 43f7d0c80f4a21a5f696e90fdd94ea4e2dbf44b1 (diff) | |
download | poky-b2483c911161639304c11a779e1cc267cc0e26b4.tar.gz |
boost: upgrade 1.87.0 -> 1.88.0
(From OE-Core rev: 2aaa023d0a55cce49b4d6bad53137c97386d31bf)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r-- | meta/recipes-support/boost/boost-1.88.0.inc (renamed from meta/recipes-support/boost/boost-1.87.0.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-support/boost/boost_1.88.0.bb (renamed from meta/recipes-support/boost/boost_1.87.0.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost-1.87.0.inc b/meta/recipes-support/boost/boost-1.88.0.inc index c6e55b239e..917f1a9600 100644 --- a/meta/recipes-support/boost/boost-1.87.0.inc +++ b/meta/recipes-support/boost/boost-1.88.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://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2" | 14 | SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2" |
15 | SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89" | 15 | SRC_URI[sha256sum] = "46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b" |
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_1.87.0.bb b/meta/recipes-support/boost/boost_1.88.0.bb index 4b580d078b..4b580d078b 100644 --- a/meta/recipes-support/boost/boost_1.87.0.bb +++ b/meta/recipes-support/boost/boost_1.88.0.bb | |||