diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-12 17:04:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:24 +0000 |
commit | 837c092ba1a2ff95733707a01550152feea5b1aa (patch) | |
tree | eed2a117971406f770e22f9d26bf3325a286fcfa /meta/recipes-core | |
parent | 00cd291605ff5f001979b350d95670e33012fdc9 (diff) | |
download | openembedded-core-contrib-837c092ba1a2ff95733707a01550152feea5b1aa.tar.gz |
musl: Upgrade to tip of tree
Includes misc minor bugs fixes:
0ed932f do not define static_assert macro for pre-C11 compilers
692b16d add declarations for utmpname/utmpxname to appropriate headers
500c688 fix return value for fread/fwrite when size argument is 0
416d1c7 fix line-buffered flush omission for odd usage of putc-family functions
5a6e8d0 fix failed write reporting by fwrite in line-buffered mode
869a9df remove workaround for broken mips assemblers
The addition of utmpname/utmpxname prototypes fixes a change
introduced in the previous git snapshot version which broke lxc.
Signed-off-by: Andre McCurdy <armccurdy@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 d4413f50c3a..8c54db8b848 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 = "756c8af8589265e99e454fe3adcda1d0bc5e1963" +SRCREV = "0ed932f34f11663e6b3ddfa866b1798a5938a3dc" PV = "1.1.12+git${SRCPV}" |