]> code.ossystems Code Review - openembedded-core.git/commit
boost: fix the SRC_URI to point to an actual release, and not a master snapshot
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 31 Oct 2016 13:23:36 +0000 (15:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Oct 2016 14:23:04 +0000 (14:23 +0000)
commit42b4fa2f923244bc047874752d2e0381ff6f0a25
tree24150d737442bf06440de5ab074caf65e8b545a7
parentb18fa5f2f2f46afc6fdc58f4d29679dea9c36c43
boost: fix the SRC_URI to point to an actual release, and not a master snapshot

Sourceforge does a not-so-clever redirecting that fails miserably here:

     Proxy request sent, awaiting response... 301 Moved Permanently
     Location: http://downloads.sourceforge.net/project/boost/boost/snapshots/master/boost_1_62_0.tar.bz2 [following]

Also, boost developers are naming their snapshot tarballs the same as
release tarballs. The two things conspired together.

The new tarball does have the same checksum as the one in release
announcement, so we should be good now:

http://lists.boost.org/Archives/boost/2016/09/230886.php

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost-1.62.0.inc