From: Alexander Kanavin Date: Wed, 5 May 2021 15:17:50 +0000 (+0200) Subject: boost: correct upstream version check X-Git-Tag: uninative-3.2~211 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4b04153a7d30f1a7a6485e2537bc3a708128bad4;p=openembedded-core.git boost: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 SRC_URI[sha256sum] = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" -UPSTREAM_CHECK_REGEX = "boostorg/release/(?P.*)/source/" +UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" S = "${WORKDIR}/${BOOST_P}"