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:34 +0000 |
commit | 6c1a2458040dfce0fafa008c304671ea6404f61f (patch) | |
tree | 80ffa6500043a7c2d4ccead3152baec237e6dc4d | |
parent | ed1e36353a7873d8958e2b5c25c543417199885f (diff) | |
download | poky-6c1a2458040dfce0fafa008c304671ea6404f61f.tar.gz |
boost: fix upstream version check
(From OE-Core rev: d3a7aeb4e7bd48fabb786e8ecd32f2a71db22581)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
16 | SRC_URI[md5sum] = "5fb94629535c19e48703bdb2b2e9490f" | 16 | SRC_URI[md5sum] = "5fb94629535c19e48703bdb2b2e9490f" |
17 | SRC_URI[sha256sum] = "36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0" | 17 | SRC_URI[sha256sum] = "36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/boost/files/" | ||
20 | |||
19 | PR = "r1" | 21 | PR = "r1" |
20 | 22 | ||
21 | S = "${WORKDIR}/${BOOST_P}" | 23 | S = "${WORKDIR}/${BOOST_P}" |