[OE-core] [PATCH] boost: Fix SRC_URI checksums

Khem Raj raj.khem at gmail.com
Sun Oct 30 17:39:34 UTC 2016


On Sun, Oct 30, 2016 at 9:40 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> On Sat, 2016-10-29 at 12:46 -0700, Khem Raj wrote:
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>
> Why, what happened?

I haven't checked in detail but after the recent master commits my
builds started to fail with checksum errors.
since it was happening on two different machines I though it might
have been over sight.
>
> Cheers,
>
> Richard
>
>
>> ---
>>  meta/recipes-support/boost/boost-1.62.0.inc | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-support/boost/boost-1.62.0.inc
>> b/meta/recipes-support/boost/boost-1.62.0.inc
>> index a097ea1..1144ac9 100644
>> --- a/meta/recipes-support/boost/boost-1.62.0.inc
>> +++ b/meta/recipes-support/boost/boost-1.62.0.inc
>> @@ -13,7 +13,7 @@ BOOST_P = "boost_${BOOST_VER}"
>>
>>  SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
>>
>> -SRC_URI[md5sum] = "7ef085456c48c49a7fe8237f07e5f674"
>> -SRC_URI[sha256sum] =
>> "bce80293052e2d6230f1bec9b7524b33412e4fb26e9723460a0f362ac15b7acb"
>> +SRC_URI[md5sum] = "21b799e5d35ba2beef75b225deaf199a"
>> +SRC_URI[sha256sum] =
>> "a715dc2adff2d451719352b1e863d78cbb100a03f7ed76097c89b9016c59091e"
>>
>>  S = "${WORKDIR}/${BOOST_P}"
>> --
>> 2.10.1
>>



More information about the Openembedded-core mailing list