[oe-commits] [openembedded-core] 08/12: musl: Update to latest master

git at git.openembedded.org git at git.openembedded.org
Wed Aug 16 08:19:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 82c0f16dbdd1a44438e8536a598277efed909b3c
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Aug 13 20:24:16 2017 -0700

    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/musl/musl_git.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index eefd23b..e67b82d 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "a08910fc2cc739f631b75b2d09b8d72a0d64d285"
+SRCREV = "1698fe6cdcdeaad03aa19a85433d5396ecfc51ef"
 
 PV = "1.1.16+git${SRCPV}"
 
@@ -37,7 +37,6 @@ CONFIGUREOPTS = " \
     --libdir=${libdir} \
     --includedir=${includedir} \
     --syslibdir=${base_libdir} \
-    --disable-visibility \
 "
 
 do_configure() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list