On Mon, May 22, 2023 at 6:21 PM Peter Kjellerstedt
<[email protected]> wrote:
>
> When the protocol used to fetch the Git repository was changed from
> "git" to "https" in commit 139102a73d (recipes: Default to https git
> protocol where possible), the URI was not updated to match.
>
> Signed-off-by: Peter Kjellerstedt <[email protected]>
> ---
>  meta/recipes-core/musl/musl_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/musl/musl_git.bb 
> b/meta/recipes-core/musl/musl_git.bb
> index 19b07d6be9..7c8434f23f 100644
> --- a/meta/recipes-core/musl/musl_git.bb
> +++ b/meta/recipes-core/musl/musl_git.bb
> @@ -12,7 +12,7 @@ PV = "${BASEVER}+git${SRCPV}"
>
>  # mirror is at git://github.com/kraj/musl.git
>
> -SRC_URI = "git://git.musl-libc.org/musl;branch=master;protocol=https \
> +SRC_URI = "git://git.musl-libc.org/git/musl;branch=master;protocol=https \

this change looks fine. Thanks

>             file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \
>             
> file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \
>            "
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#181624): 
https://lists.openembedded.org/g/openembedded-core/message/181624
Mute This Topic: https://lists.openembedded.org/mt/99078698/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to