diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-01-02 17:55:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:01:50 +0000 |
commit | 6536c9d333587d1bb7941acfc58af3d36262abd8 (patch) | |
tree | 93860464d90a7d6c17c3e2806f338636f52d2df2 /meta/recipes-core/musl | |
parent | d345985db69dc86e9a8f8e2506b250d8780374cb (diff) | |
download | openembedded-core-6536c9d333587d1bb7941acfc58af3d36262abd8.tar.gz openembedded-core-6536c9d333587d1bb7941acfc58af3d36262abd8.tar.bz2 openembedded-core-6536c9d333587d1bb7941acfc58af3d36262abd8.zip |
musl: Upgrade to 1.1.16+ on master
summary of changes
http://git.musl-libc.org/cgit/musl/commit/?id=8fe1f2d79b275b7f7fb0d41c99e379357df63cd9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/musl')
-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 b0c6098133..e9b9fef601 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 = "54991729fd1e3d3a0cb71884d758d86afe6da9e0" +SRCREV = "769f53598e781ffc89191520f3f8a93cb58db91f" -PV = "1.1.15+git${SRCPV}" +PV = "1.1.16+git${SRCPV}" # mirror is at git://github.com/kraj/musl.git |