diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-29 10:10:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-01 10:41:18 +0000 |
commit | bee392a3268ebb8b530b1ab29d7107ebed57051c (patch) | |
tree | 56b0f312224bc6f36eeeaeadde5c5f1c839745be | |
parent | da105e157df14ae60813afbf06b0e569ae7d2630 (diff) | |
download | poky-bee392a3268ebb8b530b1ab29d7107ebed57051c.tar.gz |
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
(From OE-Core rev: 81e754f35847d6dc7b346706cd428fdcbc9d7796)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
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 a2f96f1dbe..03ab0a449f 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "3f701faace7addc75d16dea8a6cd769fa5b3f260" | 7 | SRCREV = "b76f37fd5625d038141b52184956fb4b7838e9a5" |
8 | 8 | ||
9 | BASEVER = "1.2.2" | 9 | BASEVER = "1.2.2" |
10 | 10 | ||