From: Khem Raj Date: Thu, 18 Aug 2022 18:58:07 +0000 (-0700) Subject: musl: Update to tip X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68a6ad83cde6024fd5bff5adb55c11f8c771edbf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"