mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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: bb3c35309e23121dfc9b0f2f06d31f38554a3820) 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> (cherry picked from commit 0434a5ae168f737741e66a7fe1e30a8703b8ce16) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
c99e034431
commit
3da075cf8e
@@ -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 \
|
||||
file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \
|
||||
file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user