diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:17:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-06 08:41:26 +0100 |
commit | 7fbd7744ea68c17f396e87e15f9c7c9f6a371f23 (patch) | |
tree | 90dd52b4f169e02b2116c04c653d1c2dcb34fa0d | |
parent | dd628adc7c010afa70e06870e7edee8afee9e032 (diff) | |
download | poky-7fbd7744ea68c17f396e87e15f9c7c9f6a371f23.tar.gz |
boost: correct upstream version check
(From OE-Core rev: 4b04153a7d30f1a7a6485e2537bc3a708128bad4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/boost/boost-1.76.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost-1.76.0.inc b/meta/recipes-support/boost/boost-1.76.0.inc index 3ae5a25b29..eb5d484976 100644 --- a/meta/recipes-support/boost/boost-1.76.0.inc +++ b/meta/recipes-support/boost/boost-1.76.0.inc | |||
@@ -15,6 +15,6 @@ SRC_URI = "https://dl.bintray.com/boostorg/release/${PV}/source/${BOOST_P}.tar.b | |||
15 | SRC_URI[sha256sum] = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" | 15 | SRC_URI[sha256sum] = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" |
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 = "boostorg/release/(?P<pver>.*)/source/" | 18 | UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/" |
19 | 19 | ||
20 | S = "${WORKDIR}/${BOOST_P}" | 20 | S = "${WORKDIR}/${BOOST_P}" |