When rebuilding this upgrade I've noticed:
WARNING: iso-codes-4.6.0-r0 do_fetch: Failed to fetch URL git://
salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;,
attempting MIRRORS if available

The protocol should probably be changed to https, like all other
salsa.debian.org pulls are, so that it doesn't depend on mirrors.bbclass to
resolve this.

meta/classes/mirrors.bbclass:git://salsa.debian.org/.*     git://
salsa.debian.org/PATH;protocol=https \n \

from log.do_fetch:

DEBUG: Fetcher accessed the network with the command LANG=C git -c
core.fsyncobjectfiles=0 fetch -f --progress
http://salsa.debian.org/iso-codes-team/iso-codes.git refs/*:refs/*
fatal: unable to access '
http://salsa.debian.org/iso-codes-team/iso-codes.git/': Couldn't connect to
server
WARNING: Failed to fetch URL git://
salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;,
attempting MIRRORS if available
...
warning: redirecting to
https://salsa.debian.org/iso-codes-team/iso-codes.git/

Will send a patch shortly.

On Wed, Mar 10, 2021 at 12:47 PM Wang Mingyu <[email protected]> wrote:

> Signed-off-by: Wang Mingyu <[email protected]>
> ---
>  .../iso-codes/{iso-codes_4.5.0.bb => iso-codes_4.6.0.bb}        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-support/iso-codes/{iso-codes_4.5.0.bb =>
> iso-codes_4.6.0.bb} (93%)
>
> diff --git a/meta/recipes-support/iso-codes/iso-codes_4.5.0.bb
> b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb
> similarity index 93%
> rename from meta/recipes-support/iso-codes/iso-codes_4.5.0.bb
> rename to meta/recipes-support/iso-codes/iso-codes_4.6.0.bb
> index 9e02a0fa12..960989281d 100644
> --- a/meta/recipes-support/iso-codes/iso-codes_4.5.0.bb
> +++ b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb
> @@ -9,7 +9,7 @@ LICENSE = "LGPLv2.1"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>
>  SRC_URI = "git://
> salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;"
> -SRCREV = "a36019e5014bff251f83d522ddcfebaecf52afd3"
> +SRCREV = "3c012d266acaeda93d3e61ec11b8c18c1964fce1"
>
>  # inherit gettext cannot be used, because it adds gettext-native to
> BASEDEPENDS which
>  # are inhibited by allarch
> --
> 2.25.1
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#149348): 
https://lists.openembedded.org/g/openembedded-core/message/149348
Mute This Topic: https://lists.openembedded.org/mt/81225119/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to