diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-01 21:41:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-05 09:19:51 +0100 |
commit | fcf507857f267f723bfb58b33c1e40a748706790 (patch) | |
tree | 991bc613ea9a0908c996daadbbd8c9a3cf81e9cc | |
parent | 2b36a188b35b505903ab9d4ebb01f74367c1071c (diff) | |
download | poky-fcf507857f267f723bfb58b33c1e40a748706790.tar.gz |
musl: Update to lates master
- towupper/towlower: fast path for ascii chars
- remove long-obsolete clang workarounds from mips* syscall_arch.h files
- fix fstatat syscall on mips64
(From OE-Core rev: 9256ce9884758f9eb81c384a3fc0d04243f4e3bd)
Signed-off-by: Khem Raj <raj.khem@gmail.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 bae072932c..fba47096f5 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 = "f9f686b7721e2cc35e20fa5c6df6da2dc4ac3f50" | 6 | SRCREV = "179766aa2ef06df854bc1d9616bf6f00ce49b7f9" |
7 | 7 | ||
8 | PV = "1.1.16+git${SRCPV}" | 8 | PV = "1.1.16+git${SRCPV}" |
9 | 9 | ||