From: Khem Raj Date: Mon, 29 Sep 2025 15:33:19 +0000 (-0700) Subject: musl: Update to tip of trunk X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ba3fbf1d4ed63b22d108d4d2beebcbcfa352884;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand --- 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 @@ require musl.inc inherit linuxloader -SRCREV = "8fd5d031876345e42ae3d11cc07b962f8625bc3b" +SRCREV = "0ccaf0572e9cccda2cced0f7ee659af4c1c6679a" BASEVER = "1.2.5"