summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-25 10:09:17 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-27 12:34:40 +0000
commit836f8c4b4e0262c252569ebb74b81d4037a66d95 (patch)
treef7e5c59a4fd14ae5336ea9bbbfe5ef25256e439e /meta/recipes-core/musl
parent9da87f1119188499791d0b391db85d115f0ed237 (diff)
downloadpoky-836f8c4b4e0262c252569ebb74b81d4037a66d95.tar.gz
musl: Update to latest master
brings in these fixes * f8bdc304 fix spurious failures by fgetws when buffer ends with partial character * 5690668a add missing strerror text for key management * 3b7b4155 fix out-of-bound read processing time zone data with distant-past dates * 75b3412f fix potentially wrong-sign zero in cproj functions at infinity * 52f0deb9 make fseek detect and produce an error for invalid whence arguments * cbacd638 add SEEK_DATA and SEEK_HOLE to unistd.h (From OE-Core rev: 6c76063019f9aab5c249750e526bae9031829efe) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
-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 1e33ad5317..04752f40c4 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 = "c4d4028dde90562f631edf559fbc42d8ec1b29de" 7SRCREV = "f8bdc3048216f41eaaf655524fa286cfb1184a70"
8 8
9BASEVER = "1.2.2" 9BASEVER = "1.2.2"
10 10