From: Khem Raj Date: Fri, 13 Sep 2019 13:40:48 +0000 (-0700) Subject: musl: Update to latest master X-Git-Tag: uninative-2.7~148 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=030b44af19268ae4a72bb25aa77526f7e39bd4a3;p=openembedded-core.git musl: Update to latest master * Added copy_file_range posix_spawn_file_actions_add[f]chdir API * optreset is added to getopt * pthread fixes * Conditionally add legacy long definition of wchar_t Details [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=6ad514e4e278f0c3b18eb2db1d45638c9af1c07f..1f0e9f9cc2e3fa354f94e18b3b362de5f1ec7272 Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 9341bf5d58..87453be07f 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 = "6ad514e4e278f0c3b18eb2db1d45638c9af1c07f" +SRCREV = "1f0e9f9cc2e3fa354f94e18b3b362de5f1ec7272" BASEVER = "1.1.23"