From: Khem Raj Date: Mon, 9 Nov 2020 00:21:30 +0000 (-0800) Subject: musl: Update to latest master X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ffd51416da9475c3a2aadc7423d791fdcf21ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl: Update to latest master fix erroneous pthread_cond_wait mutex waiter count logic due to typo https://git.musl-libc.org/cgit/musl/log/?qt=range&q=27b2fc9d6db956359727a66c262f1e69995660aa..d91a6cf6e369a79587c5665fce9635e5634ca201 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 dcd7a389b23..23c2072ea32 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 = "27b2fc9d6db956359727a66c262f1e69995660aa" +SRCREV = "d91a6cf6e369a79587c5665fce9635e5634ca201" BASEVER = "1.2.1"