diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-10-14 08:48:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-08 22:24:04 +0000 |
commit | 6920e208fcebfea58103b8ac08a7b24a0173fa79 (patch) | |
tree | 57232ebae94ff5459c26f18047b475ffdfffe1cd /meta | |
parent | bb2b7d2ed7112dc0e41b8e74f6f5d9adaefdddb4 (diff) | |
download | poky-6920e208fcebfea58103b8ac08a7b24a0173fa79.tar.gz |
musl: Update to latest
* fix use of memset without declaration in sched.h cpu set macros
* powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
(From OE-Core rev: 3953c54c30473450d4baf511772276e5e8e09919)
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')
-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 bd7573e0f3..671de326fb 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "da438ee1fc516c41ba1790cef7be551a9e244397" | 6 | SRCREV = "48be5b6313d7b827acf555769e93b389fa9f6307" |
7 | 7 | ||
8 | PV = "1.1.16+git${SRCPV}" | 8 | PV = "1.1.16+git${SRCPV}" |
9 | 9 | ||