diff options
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index b4c2b1f898..297c5581a3 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "718f363bc2067b6487900eddc9180c84e7739f80" | 7 | SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e" |
8 | 8 | ||
9 | BASEVER = "1.2.4" | 9 | BASEVER = "1.2.4" |
10 | 10 | ||
@@ -12,11 +12,13 @@ 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/git/musl;branch=master;protocol=https \ | 15 | SRC_URI = "git://git.musl-libc.org/git/musl.git;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 | " |
19 | 19 | ||
20 | MIRRORS += "git://git.musl-libc.org/git/musl.git git://github.com/kraj/musl.git" | ||
21 | |||
20 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
21 | 23 | ||
22 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" | 24 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" |