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:34 +0000 |
commit | 1b32ffcf9e889766d7a94d55a00f8359bbbf7c1a (patch) | |
tree | 1ef44b5879744891eee0b078fa215c7bd5ddb08b /meta | |
parent | 524da136e5b837a60682516ac08f3092c635e934 (diff) | |
download | openembedded-core-1b32ffcf9e889766d7a94d55a00f8359bbbf7c1a.tar.gz openembedded-core-1b32ffcf9e889766d7a94d55a00f8359bbbf7c1a.tar.bz2 openembedded-core-1b32ffcf9e889766d7a94d55a00f8359bbbf7c1a.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 @@ require musl.inc -SRCREV = "cf115059ba0ecd611008c89c78c37b62f8e6d6af" +SRCREV = "074e6b3fe3f2ad89b991f3d8ab0932035b312a62" -PV = "1.1.13+git${SRCPV}" +PV = "1.1.14+git${SRCPV}" # mirror is at git://github.com/kraj/musl.git |