diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-13 20:24:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-17 00:21:15 +0100 |
commit | 9849022eb8eb25b66356e59d76e09a8f6c7a2a4a (patch) | |
tree | 3c912921034b1f8eb94b4925a7ddf1d623480872 | |
parent | 867b88ae53eaa9e37933280a27b0542ff6fdeb91 (diff) | |
download | poky-9849022eb8eb25b66356e59d76e09a8f6c7a2a4a.tar.gz |
musl: Update to latest master
visibility is no more auto but disabled by default
we do not require to disable it explicitly.
* fix build failure for sh4a due to missing colon in asm statement
* trap UB from attempts to join a detached thread
* ppc64: fix setjmp/longjmp handling of TOC pointer
* qsort: add a short comment about the algorithm
* disable global visibility override hack (vis.h) by default
* add _NL_LOCALE_NAME extension to nl_langinfo
(From OE-Core rev: 82c0f16dbdd1a44438e8536a598277efed909b3c)
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index eefd23bb8e..e67b82d9ea 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 = "a08910fc2cc739f631b75b2d09b8d72a0d64d285" | 6 | SRCREV = "1698fe6cdcdeaad03aa19a85433d5396ecfc51ef" |
7 | 7 | ||
8 | PV = "1.1.16+git${SRCPV}" | 8 | PV = "1.1.16+git${SRCPV}" |
9 | 9 | ||
@@ -37,7 +37,6 @@ CONFIGUREOPTS = " \ | |||
37 | --libdir=${libdir} \ | 37 | --libdir=${libdir} \ |
38 | --includedir=${includedir} \ | 38 | --includedir=${includedir} \ |
39 | --syslibdir=${base_libdir} \ | 39 | --syslibdir=${base_libdir} \ |
40 | --disable-visibility \ | ||
41 | " | 40 | " |
42 | 41 | ||
43 | do_configure() { | 42 | do_configure() { |