From 0e590898134e3a9ae971ab0c5c570c6de3e162bd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 14 Aug 2019 18:16:42 -0700 Subject: musl: Update to latest tip Fixes build regressions on risc-v Detailed changelog is here [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=d0b547dfb5f7678cab6bc39dd736ed6454357ca4..29e8737f81ccc9fbadcf61a75318aa3d0516aafa Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 6425b5cd36..64aee6c448 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 = "d0b547dfb5f7678cab6bc39dd736ed6454357ca4" +SRCREV = "29e8737f81ccc9fbadcf61a75318aa3d0516aafa" BASEVER = "1.1.23" -- cgit 1.2.3-korg