Hi Martin,

On Tue, Aug 25, 2020 at 5:57 PM Martin Jansa <martin.ja...@gmail.com> wrote:
>
> Doesn't this trigger src-uri-bad QA warning? It would be better to use git 
> fetcher.

No warning because this is from git*lab*.

Also, this the URL of an official release tarball taken from:
https://gitlab.com/libeigen/eigen/-/releases

See also first comment here:
https://patchwork.openembedded.org/patch/161360/

Regards,
Diego Rondini


>
> On Tue, Aug 25, 2020 at 5:45 PM Diego <diego.rond...@kynetics.com> wrote:
>>
>> Bitbucket is no longer the official home of eigen, which has moved to
>> gitlab. Update SRC_URI to download releases from gitlab, fixing:
>> WARNING: libeigen-3.3.7-r0 do_fetch: Failed to fetch URL
>> https://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2;downloadfilename=libeigen-3.3.7.tar.bz2,
>> attempting MIRRORS if available
>>
>> Signed-off-by: Diego Rondini <diego.rond...@kynetics.com>
>> ---
>>  meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb | 8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb 
>> b/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
>> index f638848d1..9c3d962f4 100644
>> --- a/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
>> +++ b/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
>> @@ -4,11 +4,11 @@ HOMEPAGE = "http://eigen.tuxfamily.org/";
>>  LICENSE = "MPL-2.0"
>>  LIC_FILES_CHKSUM = 
>> "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"
>>
>> -SRC_URI = 
>> "https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2;downloadfilename=${BP}.tar.bz2";
>> -SRC_URI[md5sum] = "05b1f7511c93980c385ebe11bd3c93fa"
>> -SRC_URI[sha256sum] = 
>> "9f13cf90dedbe3e52a19f43000d71fdf72e986beb9a5436dddcd61ff9d77a3ce"
>> +SRC_URI = 
>> "https://gitlab.com/libeigen/eigen/-/archive/${PV}/eigen-${PV}.tar.bz2";
>> +SRC_URI[md5sum] = "b9e98a200d2455f06db9c661c5610496"
>> +SRC_URI[sha256sum] = 
>> "685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11"
>>
>> -S = "${WORKDIR}/eigen-eigen-323c052e1731"
>> +S = "${WORKDIR}/eigen-${PV}"
>>
>>  inherit cmake
>>
>> --
>> 2.26.2
>>
>> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86600): 
https://lists.openembedded.org/g/openembedded-devel/message/86600
Mute This Topic: https://lists.openembedded.org/mt/76409333/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to