From: Alexander Kanavin Date: Mon, 24 Apr 2017 13:15:48 +0000 (+0300) Subject: boost: fix upstream version check X-Git-Tag: yocto-2.3~15 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b64c4d7e033acf5d58c0fdee6907ea6983a67138;p=openembedded-core.git boost: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/boost/boost-1.63.0.inc b/meta/recipes-support/boost/boost-1.63.0.inc index 1c1563050c..b540a89920 100644 --- a/meta/recipes-support/boost/boost-1.63.0.inc +++ b/meta/recipes-support/boost/boost-1.63.0.inc @@ -16,7 +16,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2" SRC_URI[md5sum] = "1c837ecd990bb022d07e7aab32b09847" SRC_URI[sha256sum] = "beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0" -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/boost/files/" +UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" +UPSTREAM_CHECK_REGEX = "boostorg/release/(?P.*)/source/" PR = "r1"