From 68a6ad83cde6024fd5bff5adb55c11f8c771edbf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Aug 2022 11:58:07 -0700 Subject: [PATCH] musl: Update to tip brings in these fixes * 37e18b7b freopen: reset stream orientation (byte/wide) and encoding rule * bf992585 ldso: process RELR only for non-FDPIC archs * d32dadd6 ldso: support DT_RELR relative relocation format * 2404d9d6 use syscall_arg_t and __scc macro for arguments to __alt_socketcall Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni 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 510dd4eeeea..97c27eba4a3 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 = "46d1c7801bb509e1097e8fadbaf359367fa4ef0b" +SRCREV = "37e18b7bf307fa4a8c745feebfcba54a0ba74f30" BASEVER = "1.2.3" -- 2.47.3