From: Khem Raj Date: Fri, 2 Jun 2017 04:41:52 +0000 (-0700) Subject: musl: Update to lates master X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9256ce9884758f9eb81c384a3fc0d04243f4e3bd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl: Update to lates master - towupper/towlower: fast path for ascii chars - remove long-obsolete clang workarounds from mips* syscall_arch.h files - fix fstatat syscall on mips64 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 bae072932cd..fba47096f51 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 = "f9f686b7721e2cc35e20fa5c6df6da2dc4ac3f50" +SRCREV = "179766aa2ef06df854bc1d9616bf6f00ce49b7f9" PV = "1.1.16+git${SRCPV}"