From: Khem Raj Date: Tue, 7 Mar 2017 08:20:08 +0000 (-0800) Subject: musl: Update to tip X-Git-Tag: uninative-1.5~3 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1e47495223aa75ebee6018429c92271c359ec2b9;p=openembedded-core.git musl: Update to tip Bring in some needed chnages for arm Bobby Bingham (1): s390x: implement dlsym Rich Felker (2): fix build regression in arm atomics asm with new binutils allow page size to vary on arm Szabolcs Nagy (1): fix lsearch and lfind to pass key as first arg to the compar callback Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 5e293cfc13..7156669064 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 = "d6601f0af0452b218d247cb47513fc9cd6bbf2e2" +SRCREV = "827c4e6fbe46142049ef3d8bcb8f35951712797d" PV = "1.1.16+git${SRCPV}"