From: Khem Raj Date: Tue, 12 Dec 2017 17:23:14 +0000 (-0800) Subject: musl: Update to latest X-Git-Tag: uninative-1.8~787 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f889cdfc8eee9df896ac6e0bdd29be7e940f8f3;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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}"