From: Khem Raj Date: Fri, 30 Oct 2020 19:03:59 +0000 (-0700) Subject: musl: Update to latest X-Git-Tag: uninative-2.10~877 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb230e7e00beb0ee5d2e7f453f282693f3efadbf;p=openembedded-core.git musl: Update to latest Fixes pthread_condvars add support for SIGEV_THREAD_ID times * 27b2fc9d fix missing-wake regression in pthread_cond_wait * 7c71792e add support for SIGEV_THREAD_ID timers * f70375df fix sem_close unmapping of still-referenced semaphore * 613ccabe refactor setxid return path to use __syscall_ret * ccba2345 ldso: notify the debugger when we're doing a dlopen * 4209a7b1 fix setgroups behavior in multithreaded process * 6ce91ef0 avoid __synccall for setrlimit on kernels with prlimit syscall * 3437e478 fix reintroduction of errno clobbering by atfork handlers * 2d0bbe6c fix pthread_cond_wait paired with with priority-inheritance mutex Details are here [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=0b87551bdfb74ac411caa335d8ad0b89a7f139c6..27b2fc9d6db956359727a66c262f1e69995660aa 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 504fdfe019..dcd7a389b2 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -4,7 +4,7 @@ require musl.inc inherit linuxloader -SRCREV = "0b87551bdfb74ac411caa335d8ad0b89a7f139c6" +SRCREV = "27b2fc9d6db956359727a66c262f1e69995660aa" BASEVER = "1.2.1"