Hi Armin,

Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely.

Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the updated one.

Thanks,

From: akuster808 <akuster808@gmail.com>
Sent: Wednesday, August 4, 2021 21:58
To: Yu, Mingli <Mingli.Yu@windriver.com>; openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI
 
[Please note: This e-mail is from an EXTERNAL e-mail address]

On 8/3/21 10:43 PM, Yu, Mingli wrote:
> Ping.
>
> Thanks,
>
> On 7/27/21 2:32 PM, Yu, Mingli wrote:
>> From: Mingli Yu <mingli.yu@windriver.com>
>>
>> Fixes:
>> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL
>> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz,
>> attempting MIRRORS if available

Mariadb has been updated to 10.5.11. Are you still seeing a d/l issue?

-armin
>>
>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> ---
>>   meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> index 2974341bf..e8ff41461 100644
>> --- a/meta-oe/recipes-dbs/mysql/mariadb.inc
>> +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
>> @@ -4,7 +4,7 @@ SECTION = "libs"
>>   LICENSE = "GPLv2"
>>   LIC_FILES_CHKSUM =
>> "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
>>   -SRC_URI =
>> "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \
>> +SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
>>              file://my.cnf \
>>              file://mysqld.service \
>>              file://install_db.service \
>>
>>
>>
>>
>>