summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-09-29 08:33:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-02 11:28:03 +0100
commit743a9983247e7d0ad1460adb1e984f66c9be25b2 (patch)
tree63a4c351a514336242509bd4f7986cc4d7b8bd73
parentca53eab63fa6afa8b830fc9c1e0da85cd1126b34 (diff)
downloadpoky-743a9983247e7d0ad1460adb1e984f66c9be25b2.tar.gz
musl: Update to tip of trunk
Brings * 0ccaf057 printf: fix buffer overflow in floating point decimal formatting * 0b86d60b riscv: fix setjmp assembly when compiling for ilp32f/lp64f. * f6944eb3 powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlists * a6244de1 fix erroneous definition of IN6_IS_ADDR_V4COMPAT (From OE-Core rev: 9ba3fbf1d4ed63b22d108d4d2beebcbcfa352884) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/musl/musl_git.bb2
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 b016c27eee..3f5fa37fba 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "8fd5d031876345e42ae3d11cc07b962f8625bc3b" 7SRCREV = "0ccaf0572e9cccda2cced0f7ee659af4c1c6679a"
8 8
9BASEVER = "1.2.5" 9BASEVER = "1.2.5"
10 10