diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-06 22:14:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-11 18:10:17 +0100 |
commit | 069c46922ef4501bf10ebb5e769652b092604b81 (patch) | |
tree | bb90b0537a53c6b2e57ccefcf3dacba81e81fc89 /meta/recipes-core | |
parent | e1eea200b8ff7bb89b89fd62d824e9bb95aea561 (diff) | |
download | poky-069c46922ef4501bf10ebb5e769652b092604b81.tar.gz |
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
(From OE-Core rev: 340b3fa6be034bf6a4cd9b2d1ad4788668fabb5b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 39745f5bfb..a88bc4d424 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 = "cb525397bb053ea49cf160965477a17b17286eb3" | 6 | SRCREV = "54807d47acecab778498ced88ce8f62bfa16e379" |
7 | 7 | ||
8 | PV = "1.1.16+git${SRCPV}" | 8 | PV = "1.1.16+git${SRCPV}" |
9 | 9 | ||