diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-18 11:58:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-21 22:51:41 +0100 |
commit | 72aae2674a66f3f7b2e0dd003f15efee8d77aef2 (patch) | |
tree | a52c43e5dac4050ad582f4b36cad38da745fc682 | |
parent | 00b53aad1ea20efb66c23d07d5dd8a2895d426f5 (diff) | |
download | poky-72aae2674a66f3f7b2e0dd003f15efee8d77aef2.tar.gz |
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
(From OE-Core rev: 68a6ad83cde6024fd5bff5adb55c11f8c771edbf)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 510dd4eeee..97c27eba4a 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "46d1c7801bb509e1097e8fadbaf359367fa4ef0b" | 7 | SRCREV = "37e18b7bf307fa4a8c745feebfcba54a0ba74f30" |
8 | 8 | ||
9 | BASEVER = "1.2.3" | 9 | BASEVER = "1.2.3" |
10 | 10 | ||