[oe-commits] [openembedded-core] 11/17: musl: Upgrade to latest tip

git at git.openembedded.org git at git.openembedded.org
Mon Apr 10 22:33:31 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 e863c87641ed70cf90f25cf0940c28552c1b95e7
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Apr 6 22:14:09 2017 -0700

    musl: Upgrade to latest tip
    
    * 54807d47 aarch64: add single instruction math functions
    * b6e1fe0d fix strptime output for %C without %y
    * 834ef7af fix processing of strptime %p format
    * 85dfab7e fix off-by-one in strptime %j
    * 9571c531 regex: fix newline matching with negated brackets
    * e6917ece increase limit on locale name length from 15 to 23 bytes
    * e4fc9ad7 search locale name variants for gettext translations
    * 16319a5d make setlocale return a single name for LC_ALL if all categories match
    * 0c53178e fix dlopen/dlsym regression opening libs already loaded at startup
    * dbff2bb8 fix POSIX-format TZ dst transition times for southern hemisphere
    * 74bca42e s390x: fix fpreg_t and remove unused per_struct
    * a393d5cc precalculate gnu hash rather than doing it lazily in find_sym inner loop
    * 8cba1dc4 fix threshold constants in j0f, y0f, j1f, y1f
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 39745f5..a88bc4d 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 = "cb525397bb053ea49cf160965477a17b17286eb3"
+SRCREV = "54807d47acecab778498ced88ce8f62bfa16e379"
 
 PV = "1.1.16+git${SRCPV}"
 

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


More information about the Openembedded-commits mailing list