diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-03 15:59:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 14:58:09 +0100 |
commit | c5d7c65c9e8c2f43ac6e0e8ffeef9ede9b04a28c (patch) | |
tree | 38ad5f27d903089ff343195517e190ead4d28b0a /meta/recipes-core/musl | |
parent | 550d3541ae7e34fa80fc91e620ffa83c25ff506b (diff) | |
download | poky-c5d7c65c9e8c2f43ac6e0e8ffeef9ede9b04a28c.tar.gz |
musl: Update to latest master
sys/user.h related API fixed on ppc/ppc64
Detailed log [1]
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=29e8737f81ccc9fbadcf61a75318aa3d0516aafa..6ad514e4e278f0c3b18eb2db1d45638c9af1c07f
(From OE-Core rev: 961312512fa80622143c35c4edaa19287be01bbb)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
-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 64aee6c448..9341bf5d58 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 = "29e8737f81ccc9fbadcf61a75318aa3d0516aafa" | 7 | SRCREV = "6ad514e4e278f0c3b18eb2db1d45638c9af1c07f" |
8 | 8 | ||
9 | BASEVER = "1.1.23" | 9 | BASEVER = "1.1.23" |
10 | 10 | ||