[oe-commits] [openembedded-core] 48/58: musl: Update to latest master

git at git.openembedded.org git at git.openembedded.org
Sun Sep 15 16:59:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bd826ca6fddd5be4564eb554bd8e1af4c435bfe2
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Sep 13 06:40:48 2019 -0700

    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 <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 9341bf5..87453be 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list