]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 24 Apr 2017 13:15:48 +0000 (16:15 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Apr 2017 10:26:07 +0000 (11:26 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/boost-1.63.0.inc

index 1c1563050c3ccd2004f6b1d64e21ec24bde9d2d1..b540a899203ee923c1c5de31df3ac5cd338c60eb 100644 (file)
@@ -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<pver>.*)/source/"
 
 PR = "r1"