diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-01-27 11:40:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-03 09:05:14 +0000 |
commit | 4c25157ae3e35e29da60ab4d00e6e965b80cbc11 (patch) | |
tree | 654a6e7a77af72c0c6c84bd1b54781e1e262ca92 /meta | |
parent | d2a050f8e3bae95f3ed953a53a55d41cdc94844f (diff) | |
download | poky-4c25157ae3e35e29da60ab4d00e6e965b80cbc11.tar.gz |
musl: Update to latest master
Changes in this srcrev bump
* c4d4028d fix failure to use add-cfi scripts on asm when building out-of-tree
* 775bde6b fix wcwidth of hangul combining (vowel/final) letters
* 8d404733 fix mismatched signatures for strtod_l family
* 98e688a9 define NULL as nullptr when used in C++11 or later
* 8274aaaa fix hwcap access in powerpc-sf setjmp/longjmp
* 3733c831 fix struct layout mismatch in sound ioctl time32 fallback conversion
(From OE-Core rev: 3ea0b084cc3e394e59399b8cdc479eee0ff1419b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 50daca1eff..34f4c1e98d 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 = "b76f37fd5625d038141b52184956fb4b7838e9a5" | 7 | SRCREV = "c4d4028dde90562f631edf559fbc42d8ec1b29de" |
8 | 8 | ||
9 | BASEVER = "1.2.2" | 9 | BASEVER = "1.2.2" |
10 | 10 | ||