summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-13 06:40:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 23:02:45 +0100
commitd7d9dd56b4d375511f7d05d328d769af0f42a953 (patch)
tree15c82827dcbc9ad2d1cea9daa8acbdf4a9c62973
parent7981d54fe68e68be7754ca18b38cd4e23e8a0c5e (diff)
downloadpoky-d7d9dd56b4d375511f7d05d328d769af0f42a953.tar.gz
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 (From OE-Core rev: 030b44af19268ae4a72bb25aa77526f7e39bd4a3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 9341bf5d58..87453be07f 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 = "6ad514e4e278f0c3b18eb2db1d45638c9af1c07f" 7SRCREV = "1f0e9f9cc2e3fa354f94e18b3b362de5f1ec7272"
8 8
9BASEVER = "1.1.23" 9BASEVER = "1.1.23"
10 10