From: Khem Raj Date: Fri, 20 May 2016 14:03:30 +0000 (-0700) Subject: musl: Update to latest tip X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6993e88cccbfe2f990e4ea9bd7cc186d59e5a84b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl: Update to latest tip Bobby Bingham (3): x32: remove arch-specific syscall remapping x32: eliminate __X32_SYSCALL_BIT constant deduplicate __NR_* and SYS_* syscall number definitions 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 dd525b0a3c1..b1abf4f7741 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 = "49631b7b6c8b8c055aae5b6948930c219b95fdef" +SRCREV = "63e3a1661f1fa5552e2023683617ce09fac3248b" PV = "1.1.14+git${SRCPV}"