diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-28 10:50:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:31 +0100 |
commit | 51ae57dc1cc6bc6aaebc62b5d087a51de35962f7 (patch) | |
tree | 98d1a8a76fbd3a1929e39ba54d95f3ab52495e54 | |
parent | 301d9801a43b2173c83a2296553abd53f152a145 (diff) | |
download | openembedded-core-51ae57dc1cc6bc6aaebc62b5d087a51de35962f7.tar.gz openembedded-core-51ae57dc1cc6bc6aaebc62b5d087a51de35962f7.tar.bz2 openembedded-core-51ae57dc1cc6bc6aaebc62b5d087a51de35962f7.zip |
musl: Update to latest
Important regression fixes for mips and pthreads
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=1ad8138819ced49851e618c9c063aa0ffc86718c..767f7a1091af3a3dcee2f7a49d0713359a81961c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 c13371014a..f4f156042a 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -3,7 +3,7 @@ require musl.inc -SRCREV = "1ad8138819ced49851e618c9c063aa0ffc86718c" +SRCREV = "767f7a1091af3a3dcee2f7a49d0713359a81961c" PV = "1.1.19+git${SRCPV}" |