From: Khem Raj Date: Fri, 29 Oct 2021 17:10:20 +0000 (-0700) Subject: musl: Update to tip of trunk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e754f35847d6dc7b346706cd428fdcbc9d7796;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl: Update to tip of trunk This brings following fixes * b76f37fd add qsort_r and make qsort a wrapper around it * 7be59733 add SPE FPU support to powerpc-sf * e3e7189c fix undefined behavior in getdelim via null pointer arithmetic and memcpy * b713b8b2 fix excessively slow TLS performance on some mips models * 3eed6a6f fix error checking in pthread_getname_np Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index a2f96f1dbe2..03ab0a449fa 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 = "3f701faace7addc75d16dea8a6cd769fa5b3f260" +SRCREV = "b76f37fd5625d038141b52184956fb4b7838e9a5" BASEVER = "1.2.2"