summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-12-12 09:23:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-03 09:26:31 +0000
commit8f889cdfc8eee9df896ac6e0bdd29be7e940f8f3 (patch)
tree7dc1fe90fa002536c8ed6ffa8339dccd29e93a87
parentd29bd5571187cb30d25f3a885e9e61aa20dd6d7a (diff)
downloadopenembedded-core-8f889cdfc8eee9df896ac6e0bdd29be7e940f8f3.tar.gz
musl: Update to latest
These commits are added https://git.musl-libc.org/cgit/musl/log/?qt=range&q=eb03bde2f24582874cb72b56c7811bf51da0c817..4000b0107ddd7fe733fa31d4f078c6fcd35851d6 Key fix for malloc https://git.musl-libc.org/cgit/musl/commit/?id=a71b46cfd289aa0ff829fc9a436c59c398f8326d Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 db26b4fef2..04ce5bbb1b 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 = "eb03bde2f24582874cb72b56c7811bf51da0c817"
+SRCREV = "4000b0107ddd7fe733fa31d4f078c6fcd35851d6"
PV = "1.1.18+git${SRCPV}"