summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-22 14:05:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-26 10:25:42 +0100
commit9215dc3208b0638915f937afcf0611855f1925aa (patch)
tree9a8d7dbca1e5f5162042d03681b335eda7fdbaf4 /meta/recipes-core
parentbf7e3886aed013fbf9e9635da8445e4d8670a993 (diff)
downloadpoky-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.bb8
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 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e" 7SRCREV = "79bdacff83a6bd5b70ff5ae5eb8b6de82c2f7c30"
8 8
9BASEVER = "1.2.4" 9BASEVER = "1.2.4"
10 10
11PV = "${BASEVER}+git" 11PV = "${BASEVER}+git"
12 12
13# mirror is at git://github.com/kraj/musl.git 13SRC_URI = "git://git.etalabs.net/git/musl;branch=master;protocol=https \
14
15SRC_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
20MIRRORS += "git://git.musl-libc.org/git/musl.git git://github.com/kraj/musl.git"
21
22S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
23 19
24PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" 20PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt"