]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 1 Nov 2016 15:06:25 +0000 (17:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:19 +0000 (23:35 +0000)
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.62.0.inc

index cd99b0ea795bf0f7cb7012b2220d25175b13324d..1e555e19bf246defba878889bd3ff324239d19a0 100644 (file)
@@ -16,6 +16,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2"
 SRC_URI[md5sum] = "5fb94629535c19e48703bdb2b2e9490f"
 SRC_URI[sha256sum] = "36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0"
 
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/boost/files/"
+
 PR = "r1"
 
 S = "${WORKDIR}/${BOOST_P}"