diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-22 07:06:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:32:58 +0000 |
commit | 7f58b9298cc14dfa2a337a8177a82245b3b45513 (patch) | |
tree | 417930fd878ebd9f44f5b8bdbf947bef0754e72f | |
parent | 73bf792c858752008fe174840dad1171eee86635 (diff) | |
download | poky-7f58b9298cc14dfa2a337a8177a82245b3b45513.tar.gz |
musl: Upgrade to 1.1.14
There has been regressions seen in 1.1.13 hence
a quick 1.1.14 release is made
here is the list of all changes between 1.1.13 and 1.1.14
http://git.musl-libc.org/cgit/musl/log/?qt=range&q=v1.1.13..v1.1.14
(From OE-Core rev: 1b32ffcf9e889766d7a94d55a00f8359bbbf7c1a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 41513083f0..250f837309 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,9 +3,9 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "cf115059ba0ecd611008c89c78c37b62f8e6d6af" | 6 | SRCREV = "074e6b3fe3f2ad89b991f3d8ab0932035b312a62" |
7 | 7 | ||
8 | PV = "1.1.13+git${SRCPV}" | 8 | PV = "1.1.14+git${SRCPV}" |
9 | 9 | ||
10 | # mirror is at git://github.com/kraj/musl.git | 10 | # mirror is at git://github.com/kraj/musl.git |
11 | 11 | ||