diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-11-01 17:06:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:19 +0000 |
commit | d3a7aeb4e7bd48fabb786e8ecd32f2a71db22581 (patch) | |
tree | 312737ae95f2c46182af0dad686a783df46a6a29 /meta/recipes-support | |
parent | 799a7b74f1219040fe2d43dcdcd145600a9fecbd (diff) | |
download | openembedded-core-d3a7aeb4e7bd48fabb786e8ecd32f2a71db22581.tar.gz openembedded-core-d3a7aeb4e7bd48fabb786e8ecd32f2a71db22581.tar.bz2 openembedded-core-d3a7aeb4e7bd48fabb786e8ecd32f2a71db22581.zip |
boost: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/boost/boost-1.62.0.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost-1.62.0.inc b/meta/recipes-support/boost/boost-1.62.0.inc index cd99b0ea79..1e555e19bf 100644 --- a/meta/recipes-support/boost/boost-1.62.0.inc +++ b/meta/recipes-support/boost/boost-1.62.0.inc @@ -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}" |