diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-09-22 14:05:04 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-26 10:25:42 +0100 |
| commit | 9215dc3208b0638915f937afcf0611855f1925aa (patch) | |
| tree | 9a8d7dbca1e5f5162042d03681b335eda7fdbaf4 /meta/recipes-core | |
| parent | bf7e3886aed013fbf9e9635da8445e4d8670a993 (diff) | |
| download | poky-9215dc3208b0638915f937afcf0611855f1925aa.tar.gz | |
musl: Update to latest
Brings following bug fixes
* 79bdacff glob: fix wrong return code when aborting before any matches
* 7291c6c6 statvfs: allocate spare for f_type
* 39e43f08 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
* 6d101027 math: fix ld80 acoshl(x) for x < 0
Drop MIRRORS and switch to etalabs.net for git fetch URI
original repo is not working correcting with git Fetcher
(From OE-Core rev: bb14f1dee4547726ab66e20d535d58563029d67f)
Signed-off-by: Khem Raj <raj.khem@gmail.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 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 4a4fe978f9..7dd949ffaf 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
| @@ -4,21 +4,17 @@ | |||
| 4 | require musl.inc | 4 | require musl.inc |
| 5 | inherit linuxloader | 5 | inherit linuxloader |
| 6 | 6 | ||
| 7 | SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e" | 7 | SRCREV = "79bdacff83a6bd5b70ff5ae5eb8b6de82c2f7c30" |
| 8 | 8 | ||
| 9 | BASEVER = "1.2.4" | 9 | BASEVER = "1.2.4" |
| 10 | 10 | ||
| 11 | PV = "${BASEVER}+git" | 11 | PV = "${BASEVER}+git" |
| 12 | 12 | ||
| 13 | # mirror is at git://github.com/kraj/musl.git | 13 | SRC_URI = "git://git.etalabs.net/git/musl;branch=master;protocol=https \ |
| 14 | |||
| 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 \ | 14 | 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 \ | 15 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ |
| 18 | " | 16 | " |
| 19 | 17 | ||
| 20 | MIRRORS += "git://git.musl-libc.org/git/musl.git git://github.com/kraj/musl.git" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 23 | 19 | ||
| 24 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" | 20 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" |
