diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2023-05-23 03:21:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-25 10:29:09 +0100 |
commit | 379603368678a29aec1e5e9fa9a7705866ad68ea (patch) | |
tree | 86e79ac2ce8ff016137bc2a76abe0670a14275e8 /meta/recipes-core | |
parent | 67ad6c8dc2d5d7512cb36d6eccbd73130b9a9197 (diff) | |
download | poky-379603368678a29aec1e5e9fa9a7705866ad68ea.tar.gz |
musl: Correct SRC_URI
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.
(From OE-Core rev: 0434a5ae168f737741e66a7fe1e30a8703b8ce16)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}" | |||
12 | 12 | ||
13 | # mirror is at git://github.com/kraj/musl.git | 13 | # mirror is at git://github.com/kraj/musl.git |
14 | 14 | ||
15 | SRC_URI = "git://git.musl-libc.org/musl;branch=master;protocol=https \ | 15 | SRC_URI = "git://git.musl-libc.org/git/musl;branch=master;protocol=https \ |
16 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ | 16 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ |
17 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ | 17 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ |
18 | " | 18 | " |